Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdevice.h1294 IFF_XMIT_DST_RELEASE_PERM = 1<<17, enumerator
1320 #define IFF_XMIT_DST_RELEASE_PERM IFF_XMIT_DST_RELEASE_PERM macro
3892 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1081 IFF_XMIT_DST_RELEASE_PERM; in bond_compute_features()
1118 if ((bond_dev->priv_flags & IFF_XMIT_DST_RELEASE_PERM) && in bond_compute_features()
1119 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
/linux-4.4.14/drivers/net/team/
Dteam.c978 IFF_XMIT_DST_RELEASE_PERM; in ___team_compute_features()
994 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in ___team_compute_features()
/linux-4.4.14/net/core/
Ddev.c7128 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()