Searched refs:IFF_XMIT_DST_RELEASE (Results 1 – 9 of 9) sorted by relevance
386 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()
340 vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in vlan_transfer_features()341 vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_transfer_features()
170 dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE); in vlan_newlink()
992 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in __team_compute_features()1018 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in __team_compute_features()1019 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()1020 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE; in __team_compute_features()2157 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
1622 IFF_XMIT_DST_RELEASE = 1<<5, enumerator1656 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro5232 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
1407 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()1466 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()1468 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()1469 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()5401 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
674 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in ipvlan_link_setup()
389 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE)) in arp_solicit()
4167 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()10846 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()