Home
last modified time | relevance | path

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

/kernel/tests/net/test/
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")
Dtcp_nuke_addr_test.py71 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 4, 0), "grace period")
Dsrcaddr_selection_test.py205 if net_test.LINUX_VERSION >= (3, 18, 0):
320 if net_test.LINUX_VERSION >= (3, 18, 0):
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):
Dbpf_test.py32 HAVE_EBPF_ACCOUNTING = net_test.LINUX_VERSION >= (4, 9, 0)
33 HAVE_EBPF_SOCKET = net_test.LINUX_VERSION >= (4, 14, 0)
Dmultinetwork_test.py43 HAVE_UNICAST_IF = net_test.LINUX_VERSION >= (3, 4, 0)
46 HAVE_RTPROT_RA = net_test.LINUX_VERSION >= (4, 14, 0)
930 if use_connect and (version == 6 or net_test.LINUX_VERSION >= (3, 6)):
1111 if net_test.LINUX_VERSION >= (4, 8, 0):
1139 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 9, 0), "not backported")
Dpackets.py188 if version == 4 or net_test.LINUX_VERSION >= (3, 14):
Dbpf.py179 HAVE_EBPF_SUPPORT = net_test.LINUX_VERSION >= (4, 4, 0)
Dneighbour_test.py214 if net_test.LINUX_VERSION >= (3, 13, 0):
Dnet_test.py93 LINUX_VERSION = csocket.LinuxVersion() variable
Dsock_diag.py357 if net_test.LINUX_VERSION >= (3, 8):
Dping6_test.py853 if net_test.LINUX_VERSION != (4, 1, 0):
869 if net_test.LINUX_VERSION <= (3, 14, 0):
Dxfrm_tunnel_test.py232 @unittest.skipUnless(net_test.LINUX_VERSION >= (3, 18, 0), "VTI Unsupported")
897 @unittest.skipUnless(net_test.LINUX_VERSION >= (3, 18, 0), "VTI Unsupported")