HomeSort by: relevance | last modified time | path
    Searched defs:pfil4_wrapper (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf_ioctl.c 194 static int pfil4_wrapper(void *, struct mbuf **, struct ifnet *, int);
3274 pfil4_wrapper(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir) function in typeref:typename:int
3378 error = pfil_add_hook((void *)pfil4_wrapper, NULL,
3402 pfil_remove_hook(pfil4_wrapper, NULL, PFIL_IN|PFIL_OUT, ph_inet);
3421 pfil_remove_hook((void *)pfil4_wrapper, NULL,
pf_ioctl.c 194 static int pfil4_wrapper(void *, struct mbuf **, struct ifnet *, int);
3274 pfil4_wrapper(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir) function in typeref:typename:int
3378 error = pfil_add_hook((void *)pfil4_wrapper, NULL,
3402 pfil_remove_hook(pfil4_wrapper, NULL, PFIL_IN|PFIL_OUT, ph_inet);
3421 pfil_remove_hook((void *)pfil4_wrapper, NULL,

Completed in 124 milliseconds