OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IFF_NAPI_FRAGS
(Results
1 - 15
of
15
) sorted by null
/external/ltp/testcases/kernel/syscalls/ioctl/
ioctl03.c
59
#ifndef
IFF_NAPI_FRAGS
60
#define
IFF_NAPI_FRAGS
0x0020
74
{
IFF_NAPI_FRAGS
, "
IFF_NAPI_FRAGS
"}
/bionic/libc/kernel/uapi/linux/
if_tun.h
58
#define
IFF_NAPI_FRAGS
0x0020
/external/kernel-headers/original/uapi/linux/
if_tun.h
68
#define
IFF_NAPI_FRAGS
0x0020
/external/syzkaller/executor/
common_linux.h
150
#ifndef
IFF_NAPI_FRAGS
151
#define
IFF_NAPI_FRAGS
0x0020
181
ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI |
IFF_NAPI_FRAGS
;
183
//
IFF_NAPI_FRAGS
requires root, so try without it.
188
// If
IFF_NAPI_FRAGS
is not supported it will be silently dropped,
192
tun_frags_enabled = (ifr.ifr_flags &
IFF_NAPI_FRAGS
) != 0;
[
all
...]
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go
655
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_amd64.go
655
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_arm.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_arm64.go
657
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_mips.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_mips64.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_mips64le.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_mipsle.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_ppc64.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_ppc64le.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
zerrors_linux_s390x.go
654
IFF_NAPI_FRAGS
= 0x20
[
all
...]
Completed in 159 milliseconds