Searched refs:IFF_BRIDGE_PORT (Results 1 - 2 of 2) sorted by relevance

/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;
/linux-master/include/linux/
H A Dnetdevice.h1620 * @IFF_BRIDGE_PORT: device used as bridge port
1662 IFF_BRIDGE_PORT = 1<<9, enumerator in enum:netdev_priv_flags
1698 #define IFF_BRIDGE_PORT IFF_BRIDGE_PORT macro
5085 return dev->priv_flags & IFF_BRIDGE_PORT;

Completed in 335 milliseconds