Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dpfvar.h2435 __private_extern__ void pf_ifnet_hook(struct ifnet *, int);
H A Ddlil.c5299 pf_ifnet_hook(ifp, 1); in ifnet_attach()
5938 pf_ifnet_hook(ifp, 0); in ifnet_detach_final()
H A Dpf_ioctl.c4824 pf_ifnet_hook(struct ifnet *ifp, int attach) in pf_ifnet_hook() function