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()
6403 mbuf_t out_m = NULL;6436 out_m = out_mac_nat;6440 out_m = m;6444 out_m = copy_packet_list(m);6447 if (out_m == NULL) {6465 out_m = bridge_pf_list(out_m, dst_if,6468 if (out_m != NULL) {6476 out_m = bridge_verify_checksum_list(bridge_ifp,6477 dbif, out_m, is_ipv4);6479 if (out_m != NULL) {[all …]