Searched refs:IPV6_FLOWLABEL_MGR (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/net/ |
A D | ipv6_flowlabel_mgr.c | 24 #ifndef IPV6_FLOWLABEL_MGR 25 #define IPV6_FLOWLABEL_MGR 32 macro 61 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_get() 71 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_put()
|
A D | ipv6_flowlabel.c | 29 #ifndef IPV6_FLOWLABEL_MGR 30 #define IPV6_FLOWLABEL_MGR 32 macro 160 if (setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req))) in flowlabel_get()
|
/linux/include/uapi/linux/ |
A D | in6.h | 200 #define IPV6_FLOWLABEL_MGR 32 macro
|
/linux/net/ipv6/ |
A D | ipv6_sockglue.c | 934 case IPV6_FLOWLABEL_MGR: in do_ipv6_setsockopt() 1391 case IPV6_FLOWLABEL_MGR: in do_ipv6_getsockopt()
|
/linux/net/mptcp/ |
A D | sockopt.c | 490 case IPV6_FLOWLABEL_MGR: in mptcp_supported_sockopt()
|
Completed in 10 milliseconds