Home
last modified time | relevance | path

Searched refs:IFF_BRIDGE_PORT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/bridge/
Dbr_if.c356 dev->priv_flags &= ~IFF_BRIDGE_PORT; in del_nbp()
626 dev->priv_flags |= IFF_BRIDGE_PORT; in br_add_if()
687 dev->priv_flags &= ~IFF_BRIDGE_PORT; in br_add_if()
Dbr_private.h293 #define br_port_exists(dev) (dev->priv_flags & IFF_BRIDGE_PORT)
/Linux-v4.19/include/linux/
Dnetdevice.h1469 IFF_BRIDGE_PORT = 1<<9, enumerator
1500 #define IFF_BRIDGE_PORT IFF_BRIDGE_PORT macro
4484 return dev->priv_flags & IFF_BRIDGE_PORT; in netif_is_bridge_port()
/Linux-v4.19/net/core/
Drtnetlink.c3543 (dev->priv_flags & IFF_BRIDGE_PORT)) { in rtnl_fdb_add()
3647 (dev->priv_flags & IFF_BRIDGE_PORT)) { in rtnl_fdb_del()
3793 if (dev->priv_flags & IFF_BRIDGE_PORT) { in rtnl_fdb_dump()
3799 !(dev->priv_flags & IFF_BRIDGE_PORT)) in rtnl_fdb_dump()
3811 if (dev->priv_flags & IFF_BRIDGE_PORT) { in rtnl_fdb_dump()
/Linux-v4.19/net/wireless/
Dutil.c898 if ((dev->priv_flags & IFF_BRIDGE_PORT) && in cfg80211_change_iface()
Dnl80211.c3084 if (netdev && (netdev->priv_flags & IFF_BRIDGE_PORT)) in nl80211_valid_4addr()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1201 bond->dev->priv_flags & IFF_BRIDGE_PORT && in bond_handle_frame()
/Linux-v4.19/drivers/net/ethernet/micrel/
Dksz884x.c5705 (dev->priv_flags & IFF_BRIDGE_PORT)) { in dev_set_promiscuous()