Searched refs:IFF_DONT_BRIDGE (Results 1 - 5 of 5) sorted by last modified time

/linux-master/net/hsr/
H A Dhsr_slave.c112 if (dev->priv_flags & IFF_DONT_BRIDGE) {
/linux-master/include/linux/
H A Dnetdevice.h1618 * @IFF_DONT_BRIDGE: disallow bridging this ether dev
1660 IFF_DONT_BRIDGE = 1<<6,
1696 #define IFF_DONT_BRIDGE IFF_DONT_BRIDGE
1659 IFF_DONT_BRIDGE = 1<<6, enumerator in enum:netdev_priv_flags
1695 #define IFF_DONT_BRIDGE macro
/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/net/bridge/
H A Dbr_if.c593 if (dev->priv_flags & IFF_DONT_BRIDGE) {

Completed in 242 milliseconds