Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dpacket_mangler.c79 struct ipf_filter pkt_mnglr_ipfilter; member
240 p_pkt_mnglr->pkt_mnglr_ipfilter.cookie = p_pkt_mnglr; in pkt_mnglr_ctl_connect()
241 p_pkt_mnglr->pkt_mnglr_ipfilter.name = "com.apple.pktmnglripfilter"; in pkt_mnglr_ctl_connect()
242 p_pkt_mnglr->pkt_mnglr_ipfilter.ipf_input = pktmnglr_ipfilter_input; in pkt_mnglr_ctl_connect()
243 p_pkt_mnglr->pkt_mnglr_ipfilter.ipf_output = pktmnglr_ipfilter_output; in pkt_mnglr_ctl_connect()
244 p_pkt_mnglr->pkt_mnglr_ipfilter.ipf_detach = pktmnglr_ipfilter_detach; in pkt_mnglr_ctl_connect()
245 error = ipf_addv4(&(p_pkt_mnglr->pkt_mnglr_ipfilter), &(p_pkt_mnglr->pkt_mnglr_ipfref)); in pkt_mnglr_ctl_connect()
250 error = ipf_addv6(&(p_pkt_mnglr->pkt_mnglr_ipfilter), &(p_pkt_mnglr->pkt_mnglr_ipfrefv6)); in pkt_mnglr_ctl_connect()