Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet6/
H A Dip6_input.c788 ipfilter_t __single inject_ipfref = NULL; in ip6_input() local
844 inject_ipfref = ipf_get_inject_filter(m); in ip6_input()
845 if (inject_ipfref != NULL) { in ip6_input()
1404 if ((struct ipfilter *)inject_ipfref == in ip6_input()
/xnu-11417.140.69/bsd/netinet/
H A Dip_input.c623 ipfilter_t inject_ipfref) in ip_proto_dispatch_in() argument
626 int seen = (inject_ipfref == NULL); in ip_proto_dispatch_in()
635 if ((struct ipfilter *)inject_ipfref == filter) { in ip_proto_dispatch_in()