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()
6311 mbuf_t out_m = NULL;6344 out_m = out_mac_nat;6348 out_m = m;6352 out_m = copy_packet_list(m);6355 if (out_m == NULL) {6373 out_m = bridge_pf_list(out_m, dst_if,6376 if (out_m != NULL) {6384 out_m = bridge_verify_checksum_list(bridge_ifp,6385 dbif, out_m, is_ipv4);6387 if (out_m != NULL) {[all …]