Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/
Dvrf.c1126 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
1136 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
1159 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_del_slave()
/Linux-v6.6/include/linux/
Dnetdevice.h1724 IFF_L3MDEV_SLAVE = 1<<21, enumerator
1760 #define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE macro
5052 return dev->priv_flags & IFF_L3MDEV_SLAVE; in netif_is_l3_slave()