Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dpfvar.h2435 __private_extern__ void pf_ifnet_hook(struct ifnet *, int);
H A Ddlil.c5379 pf_ifnet_hook(ifp, 1); in ifnet_attach()
6017 pf_ifnet_hook(ifp, 0); in ifnet_detach_final()
H A Dpf_ioctl.c4821 pf_ifnet_hook(struct ifnet *ifp, int attach) in pf_ifnet_hook() function