Searched refs:if_bridge (Results 1 - 14 of 14) sorted by last modified time

/freebsd-11-stable/share/man/man4/
H A DMakefile628 MLINKS+=bridge.4 if_bridge.4
/freebsd-11-stable/sys/modules/
H A DMakefile158 if_bridge \
/freebsd-11-stable/sys/net/
H A Dif_ethersubr.c107 /* if_bridge(4) support */
418 if (ifp->if_bridge) {
627 * Allow if_bridge(4) to claim this frame.
631 if (ifp->if_bridge != NULL) {
H A Dif_var.h256 void *if_bridge; /* bridge glue */ member in struct:ifnet
H A Dif.c2322 if (ifp->if_bridge)
H A Dif_bridge.c1 /* $NetBSD: if_bridge.c,v 1.31 2005/06/01 19:45:34 jdc Exp $ */
63 * OpenBSD: if_bridge.c,v 1.60 2001/06/15 03:38:33 itojun Exp
78 __FBSDID("$FreeBSD: stable/11/sys/net/if_bridge.c 346783 2019-04-27 04:39:41Z kevans $");
516 "if_bridge list", NULL, MTX_DEF)
582 "if_bridge",
587 DECLARE_MODULE(if_bridge, bridge_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
588 MODULE_VERSION(if_bridge, 1);
589 MODULE_DEPEND(if_bridge, bridgestp, 1, 1, 1);
1013 ifs->if_bridge = NULL;
1084 KASSERT(bif->bif_ifp->if_bridge
[all...]
H A Dbridgestp.c2035 bridgeptr = LIST_FIRST(&bs->bs_bplist)->bp_ifp->if_bridge;
2048 if (ifp->if_bridge != bridgeptr)
H A Dif_gif.c367 if (ifp->if_bridge)
635 if (ifp->if_bridge) {
H A Dif_debug.c80 IF_DB_PRINTF("%p", if_bridge);
/freebsd-11-stable/sys/netinet/
H A Dif_ether.c807 if (ifp->if_bridge)
848 if (((bridged && ia->ia_ifp->if_bridge == ifp->if_bridge) ||
859 if (((bridged && ia->ia_ifp->if_bridge == ifp->if_bridge) ||
868 (ia->ia_ifp->if_bridge == ifp->if_softc && \
/freebsd-11-stable/sys/net80211/
H A Dieee80211_ioctl.c3410 if (ifp->if_bridge == NULL ||
/freebsd-11-stable/sys/modules/if_bridge/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/if_bridge/Makefile 319182 2017-05-30 04:11:12Z ngie $
4 KMOD= if_bridge
5 SRCS= if_bridge.c opt_inet.h opt_inet6.h opt_carp.h
/freebsd-11-stable/tools/tools/nanobsd/pcengines/
H A Dtest.sh35 kldstat -n if_bridge || kldload if_bridge
/freebsd-11-stable/sys/netgraph/
H A Dng_ether.c734 if (ifp->if_bridge) {

Completed in 309 milliseconds