Home
last modified time | relevance | path

Searched refs:IFF_LOWER_UP (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif.h103 IFF_LOWER_UP = 1<<16, /* volatile */ enumerator
131 #define IFF_LOWER_UP IFF_LOWER_UP macro
137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/openbmc/linux/Documentation/networking/
H A Doperstates.rst47 ifinfomsg::if_flags & IFF_LOWER_UP:
101 Kernel drivers have access to two flags that map to IFF_LOWER_UP and
107 __LINK_STATE_NOCARRIER, maps to !IFF_LOWER_UP:
168 - if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until
176 - restart if kernel changes IFF_LOWER_UP or IFF_DORMANT flag
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/
H A Dlinux-libc-headers_6.12.bb6 file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch21 + * does define IFF_LOWER_UP et al.
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/
H A D0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch38 /* For the future if glibc adds IFF_LOWER_UP, IFF_DORMANT and IFF_ECHO */
/openbmc/linux/net/mpls/
H A Daf_mpls.c710 if (!(flags & (IFF_RUNNING | IFF_LOWER_UP))) in mpls_nh_assign_dev()
1622 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in mpls_dev_notify()
1629 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) { in mpls_dev_notify()
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c1499 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
H A Dfib_semantics.c2148 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
H A Dnexthop.c3582 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
/openbmc/linux/net/core/
H A Ddev.c8617 IFF_LOWER_UP | in dev_get_flags()
8626 flags |= IFF_LOWER_UP; in dev_get_flags()