Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_if.c257 dev->priv_flags &= ~IFF_BRIDGE_PORT; in del_nbp()
490 dev->priv_flags |= IFF_BRIDGE_PORT; in br_add_if()
533 dev->priv_flags &= ~IFF_BRIDGE_PORT; in br_add_if()
Dbr_private.h194 #define br_port_exists(dev) (dev->priv_flags & IFF_BRIDGE_PORT)
/linux-4.1.27/net/core/
Drtnetlink.c2597 (dev->priv_flags & IFF_BRIDGE_PORT)) { in rtnl_fdb_add()
2699 (dev->priv_flags & IFF_BRIDGE_PORT)) { in rtnl_fdb_del()
2819 if (dev->priv_flags & IFF_BRIDGE_PORT) { in rtnl_fdb_dump()
2826 !(dev->priv_flags & IFF_BRIDGE_PORT)) in rtnl_fdb_dump()
2836 if (dev->priv_flags & IFF_BRIDGE_PORT) { in rtnl_fdb_dump()
/linux-4.1.27/include/linux/
Dnetdevice.h1262 IFF_BRIDGE_PORT = 1<<14, enumerator
1289 #define IFF_BRIDGE_PORT IFF_BRIDGE_PORT macro
/linux-4.1.27/net/dsa/
Dslave.c328 if (ds->ports[port]->priv_flags & IFF_BRIDGE_PORT && in dsa_slave_br_port_mask()
/linux-4.1.27/net/wireless/
Dutil.c941 if ((dev->priv_flags & IFF_BRIDGE_PORT) && in cfg80211_change_iface()
Dnl80211.c2514 if (netdev && (netdev->priv_flags & IFF_BRIDGE_PORT)) in nl80211_valid_4addr()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1176 bond->dev->priv_flags & IFF_BRIDGE_PORT && in bond_handle_frame()
/linux-4.1.27/drivers/net/ethernet/micrel/
Dksz884x.c5709 (dev->priv_flags & IFF_BRIDGE_PORT)) { in dev_set_promiscuous()