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

/freebsd-12-stable/sys/net/
H A Dif.c3238 if_setflag(struct ifnet *ifp, int flag, int pflag, int *refcount, int onswitch) argument
3248 if (onswitch)
3259 *refcount += onswitch ? 1 : -1;
3271 if (onswitch) {
3435 if_allmulti(struct ifnet *ifp, int onswitch) argument
3438 return (if_setflag(ifp, IFF_ALLMULTI, 0, &ifp->if_amcount, onswitch));

Completed in 45 milliseconds