Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dremoved_feature_test.py71 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 19, 0), "removed in 4.14-r")
79 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 19, 0), "exists in 4.14-P")
83 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 19, 0), "exists in 4.14-P")
Dbpf.py194 HAVE_EBPF_SUPPORT = net_test.LINUX_VERSION >= (4, 4, 0)
195 HAVE_EBPF_4_9 = net_test.LINUX_VERSION >= (4, 9, 0)
196 HAVE_EBPF_4_14 = net_test.LINUX_VERSION >= (4, 14, 0)
197 HAVE_EBPF_4_19 = net_test.LINUX_VERSION >= (4, 19, 0)
198 HAVE_EBPF_5_4 = net_test.LINUX_VERSION >= (5, 4, 0)
Dtcp_fastopen_test.py122 @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")
Dbpf_test.py82 from net_test import LINUX_VERSION
96 ((LINUX_VERSION > (4, 14, 221)) and (LINUX_VERSION < (4, 19, 0))) or
97 ((LINUX_VERSION > (4, 19, 175)) and (LINUX_VERSION < (5, 4, 0))) or
98 (LINUX_VERSION > (5, 4, 97))
Dtcp_nuke_addr_test.py71 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 4, 0), "grace period")
Dsock_diag_test.py40 LINUX_4_9_OR_ABOVE = net_test.LINUX_VERSION >= (4, 9, 0)
41 LINUX_4_19_OR_ABOVE = net_test.LINUX_VERSION >= (4, 19, 0)
73 if net_test.LINUX_VERSION < (4, 7, 0):
673 if net_test.LINUX_VERSION >= (3, 18):
714 can_close_children = is_established or net_test.LINUX_VERSION >= (4, 4)
883 if net_test.LINUX_VERSION < (4, 14, 0):
Dneighbour_test.py101 if net_test.LINUX_VERSION < (4, 9, 0):
270 if net_test.LINUX_VERSION >= (3, 13, 0):
Dpackets.py188 if version == 4 or net_test.LINUX_VERSION >= (3, 14):
Dsock_diag.py357 if net_test.LINUX_VERSION >= (3, 8):
Dnet_test.py94 LINUX_VERSION = csocket.LinuxVersion() variable
Dxfrm_algorithm_test.py139 algoState[target_algo] = net_test.LINUX_VERSION >= target_kernel or HaveAlgo(
Dping6_test.py853 if net_test.LINUX_VERSION != (4, 1, 0):
869 if net_test.LINUX_VERSION <= (3, 14, 0):