Home
last modified time | relevance | path

Searched refs:IFF_L3MDEV_SLAVE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/
Dvrf.c783 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
793 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
816 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_del_slave()
/Linux-v4.19/include/linux/
Dnetdevice.h1481 IFF_L3MDEV_SLAVE = 1<<21, enumerator
1512 #define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE macro
4474 return dev->priv_flags & IFF_L3MDEV_SLAVE; in netif_is_l3_slave()