Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dnet_failover.c388 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in net_failover_compute_features()
429 dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in net_failover_compute_features()
430 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | in net_failover_compute_features()
432 dev->priv_flags |= IFF_XMIT_DST_RELEASE; in net_failover_compute_features()
733 failover_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | in net_failover_create()
/Linux-v4.19/net/8021q/
Dvlan.c331 vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in vlan_transfer_features()
332 vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_transfer_features()
Dvlan_netlink.c168 dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_newlink()
/Linux-v4.19/drivers/net/team/
Dteam.c1007 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in __team_compute_features()
1030 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in __team_compute_features()
1031 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
1032 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE; in __team_compute_features()
2104 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
/Linux-v4.19/include/linux/
Dnetdevice.h1465 IFF_XMIT_DST_RELEASE = 1<<5, enumerator
1496 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
4535 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1071 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()
1109 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()
1111 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
1112 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()
4289 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_main.c718 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in ipvlan_link_setup()
/Linux-v4.19/net/ipv4/
Darp.c391 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE)) in arp_solicit()
/Linux-v4.19/net/core/
Ddev.c3782 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()
8944 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()