Searched refs:IFF_XMIT_DST_RELEASE (Results 1 – 7 of 7) sorted by relevance
382 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in net_failover_compute_features()423 dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in net_failover_compute_features()424 if (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()730 failover_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | in net_failover_create()
334 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()
998 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()2193 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in team_setup()
1553 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | in bond_compute_features()1618 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE; in bond_compute_features()1620 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()1621 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE; in bond_compute_features()6018 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING); in bond_setup()
390 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE)) in arp_solicit()
1692 IFF_XMIT_DST_RELEASE = 1<<5, enumerator5407 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
4606 if (dev->priv_flags & IFF_XMIT_DST_RELEASE) in __dev_queue_xmit()11605 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()