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

/freebsd-13-stable/sys/netgraph/
H A Dng_ether.c97 extern void (*ng_ether_detach_p)(struct ifnet *ifp);
819 ng_ether_detach_p = ng_ether_detach;
845 ng_ether_detach_p = NULL;
/freebsd-13-stable/sys/net/
H A Dif_ethersubr.c105 void (*ng_ether_detach_p)(struct ifnet *ifp); variable
1025 KASSERT(ng_ether_detach_p != NULL,
1026 ("ng_ether_detach_p is NULL"));
1027 (*ng_ether_detach_p)(ifp);
1040 KASSERT(ng_ether_detach_p != NULL,
1041 ("ng_ether_detach_p is NULL"));
1042 (*ng_ether_detach_p)(ifp);
/freebsd-13-stable/sys/dev/an/
H A Dif_an.c214 extern void (*ng_ether_detach_p)(struct ifnet *ifp);
1819 if (ng_ether_detach_p != NULL)
1820 (*ng_ether_detach_p) (ifp);

Completed in 125 milliseconds