Searched refs:IFF_L3MDEV_SLAVE (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/
H A Dvrf.c1116 port_dev->priv_flags |= IFF_L3MDEV_SLAVE;
1126 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE;
1149 port_dev->priv_flags &= ~IFF_L3MDEV_SLAVE;
/linux-master/include/linux/
H A Dnetdevice.h1635 * @IFF_L3MDEV_SLAVE: device is enslaved to an L3 master device
1675 IFF_L3MDEV_SLAVE = 1<<21, enumerator in enum:netdev_priv_flags
1711 #define IFF_L3MDEV_SLAVE IFF_L3MDEV_SLAVE macro
5045 return dev->priv_flags & IFF_L3MDEV_SLAVE;

Completed in 188 milliseconds