/external/ltp/include/mk/ |
config.mk.in | 78 LINUX_VERSION := @LINUX_VERSION@
|
config.mk.default | 75 LINUX_VERSION :=
|
/kernel/tests/net/test/ |
tcp_nuke_addr_test.py | 71 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 4, 0), "grace period")
|
tcp_fastopen_test.py | 122 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 9, 0), "not yet backported") 126 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 9, 0), "not yet backported")
|
srcaddr_selection_test.py | 205 if net_test.LINUX_VERSION >= (3, 18, 0): 320 if net_test.LINUX_VERSION >= (3, 18, 0):
|
sock_diag_test.py | 37 HAVE_SO_COOKIE_SUPPORT = net_test.LINUX_VERSION >= (4, 9, 0) 55 if net_test.LINUX_VERSION < (4, 7, 0): 565 if net_test.LINUX_VERSION >= (3, 18): 606 can_close_children = is_established or net_test.LINUX_VERSION >= (4, 4) 775 if net_test.LINUX_VERSION < (4, 14, 0): [all...] |
xfrm_tunnel_test.py | 107 @unittest.skipUnless(net_test.LINUX_VERSION >= (3, 18, 0), "VTI Unsupported") 219 @unittest.skipUnless(net_test.LINUX_VERSION >= (3, 18, 0), "VTI Unsupported")
|
bpf.py | 165 HAVE_EBPF_SUPPORT = net_test.LINUX_VERSION >= (4, 4, 0)
|
packets.py | 188 if version == 4 or net_test.LINUX_VERSION >= (3, 14):
|
multinetwork_test.py | 43 HAVE_UNICAST_IF = net_test.LINUX_VERSION >= (3, 4, 0) 46 HAVE_RTPROT_RA = net_test.LINUX_VERSION >= (4, 14, 0) [all...] |
neighbour_test.py | 214 if net_test.LINUX_VERSION >= (3, 13, 0):
|
net_test.py | 93 LINUX_VERSION = csocket.LinuxVersion()
|
sock_diag.py | 357 if net_test.LINUX_VERSION >= (3, 8):
|
bpf_test.py | 32 HAVE_EBPF_ACCOUNTING = net_test.LINUX_VERSION >= (4, 9, 0)
|
ping6_test.py | 853 if net_test.LINUX_VERSION != (4, 1, 0): 869 if net_test.LINUX_VERSION <= (3, 14, 0):
|
/external/iptables/extensions/ |
libip6t_DNAT.c | 168 if (kernel_version > LINUX_VERSION(2, 6, 10))
|
libip6t_SNAT.c | 171 if (kernel_version > LINUX_VERSION(2, 6, 10))
|
libipt_DNAT.c | 172 if (kernel_version > LINUX_VERSION(2, 6, 10))
|
libipt_SNAT.c | 175 if (kernel_version > LINUX_VERSION(2, 6, 10))
|
/external/iproute2/include/ |
xtables.h | 525 #define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z)
|
/external/iptables/include/ |
xtables.h | 558 #define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z)
|
/external/iptables/libxtables/ |
xtables.c | [all...] |