Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dnet_failover.c387 IFF_XMIT_DST_RELEASE_PERM; in net_failover_compute_features()
429 IFF_XMIT_DST_RELEASE_PERM)) in net_failover_compute_features()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h1603 IFF_XMIT_DST_RELEASE_PERM = 1<<17, enumerator
1636 #define IFF_XMIT_DST_RELEASE_PERM IFF_XMIT_DST_RELEASE_PERM macro
5083 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c992 IFF_XMIT_DST_RELEASE_PERM; in __team_compute_features()
1019 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c1366 IFF_XMIT_DST_RELEASE_PERM; in bond_compute_features()
1426 if ((bond_dev->priv_flags & IFF_XMIT_DST_RELEASE_PERM) && in bond_compute_features()
1427 dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in bond_compute_features()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c10531 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()