Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/
Dvrf.c790 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
800 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
823 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_del_slave()
/Linux-v5.4/include/linux/
Dnetdevice.h1513 IFF_L3MDEV_SLAVE = 1<<21, enumerator
1546 #define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE macro
4600 return dev->priv_flags & IFF_L3MDEV_SLAVE; in netif_is_l3_slave()