Searched refs:IFF_VNET_HDR (Results 1 – 25 of 29) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl03.c | 47 #ifndef IFF_VNET_HDR 48 #define IFF_VNET_HDR 0x4000 macro 71 {IFF_VNET_HDR, "VNET_HDR"},
|
/external/iproute2/ip/ |
D | iptuntap.c | 174 ifr->ifr_flags |= IFF_VNET_HDR; in parse_args() 272 if (flags & IFF_VNET_HDR) in print_flags() 275 flags &= ~(IFF_TUN|IFF_TAP|IFF_NO_PI|IFF_ONE_QUEUE|IFF_VNET_HDR); in print_flags()
|
/external/iproute2/include/uapi/linux/ |
D | if_tun.h | 67 #define IFF_VNET_HDR 0x4000 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tun.h | 72 #define IFF_VNET_HDR 0x4000 macro
|
/external/syzkaller/sys/linux/ |
D | tun_arm.const | 82 IFF_VNET_HDR = 16384
|
D | tun_amd64.const | 82 IFF_VNET_HDR = 16384
|
D | tun_arm64.const | 82 IFF_VNET_HDR = 16384
|
D | tun_ppc64le.const | 82 IFF_VNET_HDR = 16384
|
D | tun_386.const | 82 IFF_VNET_HDR = 16384
|
D | tun.txt | 40 # virtio_net_hdr can be present or missing (depending on IFF_VNET_HDR). 83 …IFF_TUN, IFF_TAP, IFF_NAPI, IFF_NAPI_FRAGS, IFF_NO_PI, IFF_ONE_QUEUE, IFF_VNET_HDR, IFF_TUN_EXCL, …
|
D | socket_amd64.const | 120 IFF_VNET_HDR = 16384
|
D | socket_arm64.const | 120 IFF_VNET_HDR = 16384
|
D | socket_ppc64le.const | 120 IFF_VNET_HDR = 16384
|
D | socket_arm.const | 120 IFF_VNET_HDR = 16384
|
D | socket_386.const | 120 IFF_VNET_HDR = 16384
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if_tun.c | 68 PyModule_AddIntMacro(m, IFF_VNET_HDR); in _init_linux_if_tun_h()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 539 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_mips64le.go | 670 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_ppc64.go | 670 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_arm.go | 670 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_mips64.go | 670 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_ppc64le.go | 670 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_arm64.go | 673 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_386.go | 671 IFF_VNET_HDR = 0x4000 const
|
D | zerrors_linux_mips.go | 670 IFF_VNET_HDR = 0x4000 const
|
12