Home
last modified time | relevance | path

Searched refs:IFF_XMIT_DST_RELEASE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/team/
Dteam.c977 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in __team_compute_features()
993 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in __team_compute_features()
994 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
995 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE; in __team_compute_features()
2052 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
/linux-4.1.27/include/linux/
Dnetdevice.h1258 IFF_XMIT_DST_RELEASE = 1<<10, enumerator
1285 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
3784 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c1067 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()
1104 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()
1106 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
1107 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()
4123 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_main.c526 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in ipvlan_link_setup()
/linux-4.1.27/net/core/
Ddev.c2953 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()
6849 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()