Searched refs:IPV6_FLOWLABEL_MGR (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H 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()
|
H 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H 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()
|
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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | in6.h | 199 #define IPV6_FLOWLABEL_MGR 32 macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | in6.h | 200 #define IPV6_FLOWLABEL_MGR 32 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | in6.h | 144 #define IPV6_FLOWLABEL_MGR 32 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | in6.h | 144 #define IPV6_FLOWLABEL_MGR 32 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | in6.h | 131 #define IPV6_FLOWLABEL_MGR 32 macro
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ipv6_sockglue.c | 937 case IPV6_FLOWLABEL_MGR: in do_ipv6_setsockopt() 1388 case IPV6_FLOWLABEL_MGR: in do_ipv6_getsockopt()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ipv6_sockglue.c | 935 case IPV6_FLOWLABEL_MGR: in do_ipv6_setsockopt() 1395 case IPV6_FLOWLABEL_MGR: in do_ipv6_getsockopt()
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | sockopt.c | 515 case IPV6_FLOWLABEL_MGR: in mptcp_supported_sockopt()
|
Completed in 10 milliseconds