Searched refs:out_m (Results 1 – 2 of 2) sorted by relevance
234 struct mbuf *out_m = NULL; in esp4_input_extended() local721 out_m = m; in esp4_input_extended()863 out_m = m; in esp4_input_extended()901 return out_m; in esp4_input_extended()913 return out_m; in esp4_input_extended()
6394 mbuf_t out_m = NULL;6427 out_m = out_mac_nat;6431 out_m = m;6435 out_m = copy_packet_list(m);6438 if (out_m == NULL) {6456 out_m = bridge_pf_list(out_m, dst_if,6459 if (out_m != NULL) {6467 out_m = bridge_verify_checksum_list(bridge_ifp,6468 dbif, out_m, is_ipv4);6470 if (out_m != NULL) {[all …]