Searched refs:IFF_FAILOVER (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/core/
H A Dfailover.c256 dev->priv_flags |= IFF_FAILOVER;
287 failover_dev->priv_flags &= ~IFF_FAILOVER;
/linux-master/include/linux/
H A Dnetdevice.h1641 * @IFF_FAILOVER: device is a failover master device
1680 IFF_FAILOVER = 1<<27, enumerator in enum:netdev_priv_flags
1716 #define IFF_FAILOVER IFF_FAILOVER macro
5135 return dev->priv_flags & IFF_FAILOVER;

Completed in 178 milliseconds