Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dnet_failover.c383 IFF_XMIT_DST_RELEASE_PERM; in net_failover_compute_features()
425 IFF_XMIT_DST_RELEASE_PERM)) in net_failover_compute_features()
/linux/drivers/net/team/
H A Dteam_core.c999 IFF_XMIT_DST_RELEASE_PERM; in __team_compute_features()
1025 if (dst_release_flag == (IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM)) in __team_compute_features()
/linux/include/linux/
H A Dnetdevice.h1675 IFF_XMIT_DST_RELEASE_PERM = 1<<17, enumerator
5154 dev->priv_flags &= ~(IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM); in netif_keep_dst()
/linux/net/core/
H A Ddev.c11146 dev->priv_flags = IFF_XMIT_DST_RELEASE | IFF_XMIT_DST_RELEASE_PERM; in alloc_netdev_mqs()