Home
last modified time | relevance | path

Searched refs:IFF_NOTRAILERS (Results 1 – 6 of 6) sorted by relevance

/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/net/
H A Dif.h54 IFF_NOTRAILERS = 0x20, /* Avoid use of trailers. */ enumerator
55 # define IFF_NOTRAILERS IFF_NOTRAILERS macro
/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/net/
H A Dif.h54 IFF_NOTRAILERS = 0x20, /* Avoid use of trailers. */ enumerator
55 # define IFF_NOTRAILERS IFF_NOTRAILERS macro
/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.h87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/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.h87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif.h90 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
117 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c8471 dev->flags = (flags & (IFF_DEBUG | IFF_NOTRAILERS | IFF_NOARP | in __dev_change_flags()