Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c123 expect_pass(flowlabel_get(fd, 3, IPV6_FL_S_USER, IPV6_FL_F_CREATE)); in run_tests()
129 expect_pass(flowlabel_get(fd, 3, IPV6_FL_S_USER, 0)); in run_tests()
135 expect_pass(flowlabel_get(fd, 3, IPV6_FL_S_USER, 0)); in run_tests()
139 expect_fail(flowlabel_get(fd, 3, IPV6_FL_S_USER, 0)); in run_tests()
/linux/include/uapi/linux/
H A Din6.h95 #define IPV6_FL_S_USER 3 macro