Searched refs:IFF_LOWER_UP (Results 1 – 12 of 12) sorted by relevance
100 IFF_LOWER_UP = 1<<16, /* __volatile__ */ enumerator128 #define IFF_LOWER_UP IFF_LOWER_UP macro134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
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:99 Kernel drivers have access to two flags that map to IFF_LOWER_UP and105 __LINK_STATE_NOCARRIER, maps to !IFF_LOWER_UP:166 - if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until174 - restart if kernel changes IFF_LOWER_UP or IFF_DORMANT flag
6 file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \
19 + * does define IFF_LOWER_UP et al.
38 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
707 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()1637 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()1644 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
1487 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
1957 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
2154 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
8441 IFF_LOWER_UP | in dev_get_flags()8450 flags |= IFF_LOWER_UP; in dev_get_flags()