Searched refs:IFF_LOWER_UP (Results 1 – 7 of 7) sorted by relevance
102 IFF_LOWER_UP = 1<<16, /* volatile */ enumerator130 #define IFF_LOWER_UP IFF_LOWER_UP macro136 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
37 ifinfomsg::if_flags & IFF_LOWER_UP:79 Kernel drivers have access to two flags that map to IFF_LOWER_UP and85 __LINK_STATE_NOCARRIER, maps to !IFF_LOWER_UP:145 -if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until153 -restart if kernel changes IFF_LOWER_UP or IFF_DORMANT flag
708 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()1616 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()1623 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()
1486 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
1768 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
2085 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
7826 IFF_LOWER_UP | in dev_get_flags()7835 flags |= IFF_LOWER_UP; in dev_get_flags()