Home
last modified time | relevance | path

Searched refs:modm (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Dip_input.c969 ip_input_first_pass(struct mbuf *m, struct ip_fw_in_args *args, struct mbuf **modm) in ip_input_first_pass() argument
1086 *modm = m; in ip_input_first_pass()
1118 *modm = m; in ip_input_first_pass()
1254 *modm = m; in ip_input_first_pass()
1303 *modm = m; in ip_input_first_pass()
1665 mbuf_ref_t modm = NULL; /* modified mbuf */ in ip_proto_input() local
1690 modm = NULL; in ip_proto_input()
1693 retval = ip_input_first_pass(packet, &args, &modm); in ip_proto_input()
1696 if (modm) { in ip_proto_input()
1697 packet = modm; in ip_proto_input()
[all …]