Home
last modified time | relevance | path

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

/kernel/tests/net/test/
Dsock_diag_test.py40 LINUX_4_9_OR_ABOVE = net_test.LINUX_VERSION >= (4, 9, 0) variable
62 if LINUX_4_9_OR_ABOVE:
393 @unittest.skipUnless(LINUX_4_9_OR_ABOVE, "SO_COOKIE not supported")
417 if LINUX_4_9_OR_ABOVE: