Searched refs:IFF_LOWER_UP (Results 1 – 7 of 7) sorted by relevance
103 IFF_LOWER_UP = 1<<16, /* volatile */ enumerator131 #define IFF_LOWER_UP IFF_LOWER_UP macro137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
47 ifinfomsg::if_flags & IFF_LOWER_UP:101 Kernel drivers have access to two flags that map to IFF_LOWER_UP and107 __LINK_STATE_NOCARRIER, maps to !IFF_LOWER_UP:168 - if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until176 - restart if kernel changes IFF_LOWER_UP or IFF_DORMANT flag
709 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()1633 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()1640 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
1479 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
2143 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
3578 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
8740 IFF_LOWER_UP | in dev_get_flags()8749 flags |= IFF_LOWER_UP; in dev_get_flags()
Completed in 55 milliseconds