Searched refs:ifops (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_if.c79 npf_ifmap_init(npf_t *npf, const npf_ifops_t *ifops) argument
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 local
[all...]
H A Dnpf_ifaddr.c52 const npf_ifops_t *ifops = npf->ifops; local
60 ifname = ifops->getname(npf, ifp);
H A Dnpf.c76 const npf_ifops_t *ifops, void *arg)
88 npf_ifmap_init(npf, ifops);
75 npfk_create(int flags, const npf_mbufops_t *mbufops, const npf_ifops_t *ifops, void *arg) argument
H A Dnpf_impl.h243 const npf_ifops_t * ifops; member in struct:npf

Completed in 176 milliseconds