Searched refs:IPV6_FLOWLABEL_MGR (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/testing/selftests/net/ |
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()
|
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-v5.10/include/uapi/linux/ |
D | in6.h | 199 #define IPV6_FLOWLABEL_MGR 32 macro
|
/Linux-v5.10/net/ipv6/ |
D | ipv6_sockglue.c | 932 case IPV6_FLOWLABEL_MGR: in do_ipv6_setsockopt() 1382 case IPV6_FLOWLABEL_MGR: in do_ipv6_getsockopt()
|