Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dnet_failover.c385 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in net_failover_compute_features()
426 dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in net_failover_compute_features()
427 if (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()
733 failover_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | in net_failover_create()
/Linux-v5.4/net/8021q/
Dvlan.c334 vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in vlan_transfer_features()
335 vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_transfer_features()
Dvlan_netlink.c166 dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_newlink()
/Linux-v5.4/drivers/net/team/
Dteam.c987 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in __team_compute_features()
1012 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in __team_compute_features()
1013 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
1014 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE; in __team_compute_features()
2148 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1088 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()
1136 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()
1138 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
1139 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()
4307 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
/Linux-v5.4/include/linux/
Dnetdevice.h1497 IFF_XMIT_DST_RELEASE = 1<<5, enumerator
1530 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
4661 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_main.c655 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in ipvlan_link_setup()
/Linux-v5.4/net/ipv4/
Darp.c387 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE)) in arp_solicit()
/Linux-v5.4/net/core/
Ddev.c3751 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()
9536 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()