IFF_XMIT_DST_RELEASE
bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
if (dst_release_flag == (IFF_XMIT_DST_RELEASE |
dev->priv_flags |= IFF_XMIT_DST_RELEASE;
failover_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE |
dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM);
vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE);
dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE);
dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM;
unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM;
dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
dev->priv_flags |= IFF_XMIT_DST_RELEASE;
if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE))