Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif.h100 IFF_LOWER_UP = 1<<16, /* __volatile__ */ enumerator
128 #define IFF_LOWER_UP IFF_LOWER_UP macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif.h100 IFF_LOWER_UP = 1<<16, /* __volatile__ */ enumerator
128 #define IFF_LOWER_UP IFF_LOWER_UP macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Doperstates.rst47 ifinfomsg::if_flags & IFF_LOWER_UP:
99 Kernel drivers have access to two flags that map to IFF_LOWER_UP and
105 __LINK_STATE_NOCARRIER, maps to !IFF_LOWER_UP:
166 - if initial flags are not (IFF_LOWER_UP && !IFF_DORMANT), wait until
174 - restart if kernel changes IFF_LOWER_UP or IFF_DORMANT flag
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/
H A Dlinux-libc-headers_5.16.bb6 file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0006-sysdep-Add-header-include-sequence-to-adjust-for-mus.patch19 + * does define IFF_LOWER_UP et al.
/OK3568_Linux_fs/yocto/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 */
/OK3568_Linux_fs/kernel/net/mpls/
H A Daf_mpls.c707 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c1487 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_netdev_event()
H A Dnexthop.c1957 if (!(dev_get_flags(dev) & (IFF_RUNNING | IFF_LOWER_UP))) in nh_netdev_event()
H A Dfib_semantics.c2154 if (flags & (IFF_RUNNING | IFF_LOWER_UP)) in fib_sync_up()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c8441 IFF_LOWER_UP | in dev_get_flags()
8450 flags |= IFF_LOWER_UP; in dev_get_flags()