Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c1136 port_dev->priv_flags |= IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
1146 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_add_slave()
1169 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE; in do_vrf_del_slave()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h1607 IFF_L3MDEV_SLAVE = 1<<21, enumerator
1640 #define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE macro
5017 return dev->priv_flags & IFF_L3MDEV_SLAVE; in netif_is_l3_slave()