Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dnet_failover.c386 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in net_failover_compute_features()
427 dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in net_failover_compute_features()
428 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | in net_failover_compute_features()
430 dev->priv_flags |= IFF_XMIT_DST_RELEASE; in net_failover_compute_features()
734 failover_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | in net_failover_create()
/Linux-v6.1/net/8021q/
Dvlan.c333 vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in vlan_transfer_features()
334 vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_transfer_features()
Dvlan_netlink.c170 dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_newlink()
/Linux-v6.1/drivers/net/team/
Dteam.c997 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in __team_compute_features()
1023 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in __team_compute_features()
1024 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
1025 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE; in __team_compute_features()
2174 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
/Linux-v6.1/include/linux/
Dnetdevice.h1669 IFF_XMIT_DST_RELEASE = 1<<5, enumerator
1704 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
5081 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/Linux-v6.1/drivers/net/bonding/
Dbond_main.c1436 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()
1495 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()
1497 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
1498 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()
5781 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
/Linux-v6.1/drivers/net/ipvlan/
Dipvlan_main.c674 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in ipvlan_link_setup()
/Linux-v6.1/net/ipv4/
Darp.c390 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE)) in arp_solicit()
/Linux-v6.1/net/core/
Ddev.c4210 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()
10637 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()