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

/linux-master/net/hsr/
H A Dhsr_slave.c111 if (dev->priv_flags & IFF_DONT_BRIDGE) {
/linux-master/net/bridge/
H A Dbr_if.c593 if (dev->priv_flags & IFF_DONT_BRIDGE) {
/linux-master/net/wireless/
H A Dutil.c1223 dev->priv_flags &= ~IFF_DONT_BRIDGE;
1232 dev->priv_flags |= IFF_DONT_BRIDGE;
H A Dcore.c1387 wdev->netdev->priv_flags |= IFF_DONT_BRIDGE;
/linux-master/include/linux/
H A Dnetdevice.h1617 * @IFF_DONT_BRIDGE: disallow bridging this ether dev
1659 IFF_DONT_BRIDGE = 1<<6, enumerator in enum:netdev_priv_flags
1695 #define IFF_DONT_BRIDGE IFF_DONT_BRIDGE macro

Completed in 157 milliseconds