Home
last modified time | relevance | path

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

/linux-4.4.14/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()
2060 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
/linux-4.4.14/include/linux/
Dnetdevice.h1282 IFF_XMIT_DST_RELEASE = 1<<5, enumerator
1308 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
3892 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1080 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()
1117 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()
1119 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
1120 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()
4143 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c522 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in ipvlan_link_setup()
/linux-4.4.14/net/ipv4/
Darp.c386 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE)) in arp_solicit()
/linux-4.4.14/net/core/
Ddev.c3097 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()
7128 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()