Searched refs:IFF_BRIDGE_PORT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dnetdevice.h1621 * @IFF_BRIDGE_PORT: device used as bridge port
1663 IFF_BRIDGE_PORT = 1<<9, enumerator in enum:netdev_priv_flags
1699 #define IFF_BRIDGE_PORT IFF_BRIDGE_PORT macro
5064 return dev->priv_flags & IFF_BRIDGE_PORT;
/linux-master/net/bridge/
H A Dbr_if.c365 dev->priv_flags &= ~IFF_BRIDGE_PORT;
630 dev->priv_flags |= IFF_BRIDGE_PORT;
710 dev->priv_flags &= ~IFF_BRIDGE_PORT;

Completed in 323 milliseconds