Searched refs:IFF_XMIT_DST_RELEASE (Results 1 - 9 of 9) sorted by last modified time

/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.c4347 if (dev->priv_flags & IFF_XMIT_DST_RELEASE)
11000 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM;
/linux-master/net/8021q/
H A Dvlan_netlink.c172 dev->priv_flags |= (real_dev->priv_flags & IFF_XMIT_DST_RELEASE);
H A Dvlan.c333 vlandev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
334 vlandev->priv_flags |= (vlan->real_dev->priv_flags & IFF_XMIT_DST_RELEASE);
/linux-master/include/linux/
H A Dnetdevice.h1616 * @IFF_XMIT_DST_RELEASE: dev_hard_start_xmit() is allowed to
1630 * @IFF_XMIT_DST_RELEASE_PERM: IFF_XMIT_DST_RELEASE not taking into account
1659 IFF_XMIT_DST_RELEASE = 1<<5, enumerator in enum:netdev_priv_flags
1695 #define IFF_XMIT_DST_RELEASE IFF_XMIT_DST_RELEASE macro
5125 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM);
/linux-master/drivers/net/team/
H A Dteam_core.c998 unsigned int dst_release_flag = IFF_XMIT_DST_RELEASE |
1024 team->dev->priv_flags &= ~IFF_XMIT_DST_RELEASE;
1025 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM))
1026 team->dev->priv_flags |= IFF_XMIT_DST_RELEASE;
2182 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);
/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/drivers/net/ipvlan/
H A Dipvlan_main.c676 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_TX_SKB_SHARING);

Completed in 271 milliseconds