Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfailover.c256 dev->priv_flags |= IFF_FAILOVER; in failover_register()
287 failover_dev->priv_flags &= ~IFF_FAILOVER; in failover_unregister()
/openbmc/linux/include/linux/
H A Dnetdevice.h1730 IFF_FAILOVER = 1<<27, enumerator
1766 #define IFF_FAILOVER IFF_FAILOVER macro
5173 return dev->priv_flags & IFF_FAILOVER; in netif_is_failover()