/src/sys/net/npf/ |
npf_if.c | 79 npf_ifmap_init(npf_t *npf, const npf_ifops_t *ifops) 83 KASSERT(ifops != NULL); 84 ifops->flush(npf, (void *)(uintptr_t)0); 90 npf->ifops = ifops; 147 if ((ifp = npf->ifops->lookup(npf, ifname)) != NULL) { 148 npf->ifops->setmeta(npf, ifp, (void *)(uintptr_t)id); 159 npf->ifops->flush(npf, (void *)(uintptr_t)NPF_IFMAP_NOID); 190 const unsigned id = (uintptr_t)npf->ifops->getmeta(npf, ifp); 228 const npf_ifops_t *ifops = npf->ifops local in function:npfk_ifmap_attach [all...] |
npf_ifaddr.c | 52 const npf_ifops_t *ifops = npf->ifops; local in function:lookup_ifnet_table 60 ifname = ifops->getname(npf, ifp);
|
npf_if.c | 79 npf_ifmap_init(npf_t *npf, const npf_ifops_t *ifops) 83 KASSERT(ifops != NULL); 84 ifops->flush(npf, (void *)(uintptr_t)0); 90 npf->ifops = ifops; 147 if ((ifp = npf->ifops->lookup(npf, ifname)) != NULL) { 148 npf->ifops->setmeta(npf, ifp, (void *)(uintptr_t)id); 159 npf->ifops->flush(npf, (void *)(uintptr_t)NPF_IFMAP_NOID); 190 const unsigned id = (uintptr_t)npf->ifops->getmeta(npf, ifp); 228 const npf_ifops_t *ifops = npf->ifops local in function:npfk_ifmap_attach [all...] |
npf_ifaddr.c | 52 const npf_ifops_t *ifops = npf->ifops; local in function:lookup_ifnet_table 60 ifname = ifops->getname(npf, ifp);
|
npf_impl.h | 245 const npf_ifops_t * ifops; member in struct:npf
|
npf_impl.h | 245 const npf_ifops_t * ifops; member in struct:npf
|