Home
last modified time | relevance | path

Searched refs:IFF_XMIT_DST_RELEASE_PERM (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/
Dnet_failover.c389 IFF_XMIT_DST_RELEASE_PERM; in net_failover_compute_features()
431 IFF_XMIT_DST_RELEASE_PERM)) in net_failover_compute_features()
/Linux-v4.19/include/linux/
Dnetdevice.h1477 IFF_XMIT_DST_RELEASE_PERM = 1<<17, enumerator
1508 #define IFF_XMIT_DST_RELEASE_PERM IFF_XMIT_DST_RELEASE_PERM macro
4535 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1072 IFF_XMIT_DST_RELEASE_PERM; in bond_compute_features()
1110 if ((bond_dev->priv_flags & IFF_XMIT_DST_RELEASE_PERM) && in bond_compute_features()
1111 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
/Linux-v4.19/drivers/net/team/
Dteam.c1008 IFF_XMIT_DST_RELEASE_PERM; in __team_compute_features()
1031 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
/Linux-v4.19/net/core/
Ddev.c8944 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()