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()
6412 mbuf_t out_m = NULL;6445 out_m = out_mac_nat;6449 out_m = m;6453 out_m = copy_packet_list(m);6456 if (out_m == NULL) {6474 out_m = bridge_pf_list_out(out_m, dst_if,6477 if (out_m != NULL) {6485 out_m = bridge_verify_checksum_list(bridge_ifp,6486 dbif, out_m, is_ipv4);6488 if (out_m != NULL) {[all …]