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

/freebsd-11-stable/sys/net/
H A Dif_bridgevar.h319 KASSERT(bridge_output_p != NULL, \
321 _err = (*bridge_output_p)(_ifp, _m, NULL, NULL); \
325 extern int (*bridge_output_p)(struct ifnet *, struct mbuf *,
H A Dif_ethersubr.c109 int (*bridge_output_p)(struct ifnet *, struct mbuf *, variable
H A Dif_bridge.c560 bridge_output_p = bridge_output;
571 bridge_output_p = NULL;

Completed in 79 milliseconds