Searched refs:IPV6_FLOWLABEL_MGR (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel_mgr.c | 29 #ifndef IPV6_FLOWLABEL_MGR 30 #define IPV6_FLOWLABEL_MGR 32 macro 52 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_get() 62 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_put() 75 return setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req)); in flowlabel_renew() 465 err = getsockopt(afd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &freq, &freq_len); in TEST_F() 517 err = setsockopt(listener, SOL_IPV6, IPV6_FLOWLABEL_MGR, in TEST_F() 523 err = getsockopt(afd, SOL_IPV6, IPV6_FLOWLABEL_MGR, in TEST_F() 530 err = setsockopt(afd, SOL_IPV6, IPV6_FLOWLABEL_MGR, in TEST_F() 535 err = setsockopt(afd, SOL_IPV6, IPV6_FLOWLABEL_MGR, in TEST_F()
|
| H A D | ipv6_flowlabel.c | 30 #ifndef IPV6_FLOWLABEL_MGR 31 #define IPV6_FLOWLABEL_MGR 32 macro 188 if (setsockopt(fd, SOL_IPV6, IPV6_FLOWLABEL_MGR, &req, sizeof(req))) in flowlabel_get()
|
| /linux/include/uapi/linux/ |
| H A D | in6.h | 201 #define IPV6_FLOWLABEL_MGR 32 macro
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 524 case IPV6_FLOWLABEL_MGR: in mptcp_supported_sockopt()
|