Searched refs:if_pcount (Results 1 – 2 of 2) sorted by relevance
152 int if_pcount; /* [N] # of promiscuous listeners */ member
3327 oif_pcount = ifp->if_pcount; in ifpromisc()3329 if (ifp->if_pcount++ != 0) in ifpromisc()3333 if (--ifp->if_pcount > 0) in ifpromisc()3346 ifp->if_pcount = oif_pcount; in ifpromisc()