Lines Matching refs:modm
969 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()
1712 if (modm) { in ip_proto_input()
1713 packet = modm; in ip_proto_input()