Searched refs:IPV6_FL_S_EXCL (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/net/ |
A D | ipv6_flowlabel_mgr.c | 105 expect_pass(flowlabel_get(fd, 2, IPV6_FL_S_EXCL, IPV6_FL_F_CREATE)); in run_tests() 109 expect_fail(flowlabel_get(fd, 2, IPV6_FL_S_EXCL, IPV6_FL_F_CREATE)); in run_tests() 127 expect_fail(flowlabel_get(fd, 3, IPV6_FL_S_EXCL, 0)); in run_tests()
|
A D | ipv6_flowlabel.c | 204 flowlabel_get(fdt, cfg_label, IPV6_FL_S_EXCL, IPV6_FL_F_CREATE); in main()
|
/linux/net/ipv6/ |
A D | ip6_flowlabel.c | 99 return fl->share == IPV6_FL_S_EXCL || in fl_shared_exclusive() 136 if (fl->opt && fl->share == IPV6_FL_S_EXCL) { in fl_release() 440 case IPV6_FL_S_EXCL: in fl_create() 665 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_get()
|
/linux/include/uapi/linux/ |
A D | in6.h | 93 #define IPV6_FL_S_EXCL 1 macro
|
Completed in 7 milliseconds