Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/net/
A Dipv6_flowlabel_mgr.c105 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 Dipv6_flowlabel.c241 flowlabel_get(fdt, cfg_label, IPV6_FL_S_EXCL, IPV6_FL_F_CREATE); in main()
/linux-6.3-rc2/include/uapi/linux/
A Din6.h93 #define IPV6_FL_S_EXCL 1 macro
/linux-6.3-rc2/net/ipv6/
A Dip6_flowlabel.c99 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()
667 if (fl1->share == IPV6_FL_S_EXCL || in ipv6_flowlabel_get()

Completed in 12 milliseconds