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

/linux-master/drivers/net/
H A Dnet_failover.c382 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
423 dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
424 if (dst_release_flag == (IFF_XMIT_DST_RELEASE |
426 dev->priv_flags |= IFF_XMIT_DST_RELEASE;
730 failover_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE |
/linux-master/net/8021q/
H A Dvlan.c333 vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
334 vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE);
H A Dvlan_netlink.c174 dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE);
/linux-master/drivers/net/team/
H A Dteam.c996 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
1022 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
1023 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
1024 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE;
2180 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c676 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
/linux-master/include/linux/
H A Dnetdevice.h1615 * @IFF_XMIT_DST_RELEASE: dev_hard_start_xmit() is allowed to
1629 * @IFF_XMIT_DST_RELEASE_PERM: IFF_XMIT_DST_RELEASE not taking into account
1658 IFF_XMIT_DST_RELEASE = 1<<5, enumerator in enum:netdev_priv_flags
1694 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
5146 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM);
/linux-master/drivers/net/bonding/
H A Dbond_main.c1433 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
1492 bond_dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
1494 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
1495 bond_dev->priv_flags |= IFF_XMIT_DST_RELEASE;
5879 bond_dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
/linux-master/net/ipv4/
H A Darp.c390 if (skb && !(dev->priv_flags & IFF_XMIT_DST_RELEASE))
/linux-master/net/core/
H A Ddev.c4295 if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
10901 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM;

Completed in 314 milliseconds