Home
last modified time | relevance | path

Searched refs:IPV6_FLOWLABEL_MGR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c24 #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 Dipv6_flowlabel.c30 #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()
/openbmc/linux/include/uapi/linux/
H A Din6.h200 #define IPV6_FLOWLABEL_MGR 32 macro
/openbmc/linux/net/ipv6/
H A Dipv6_sockglue.c935 case IPV6_FLOWLABEL_MGR: in do_ipv6_setsockopt()
1395 case IPV6_FLOWLABEL_MGR: in do_ipv6_getsockopt()
/openbmc/linux/net/mptcp/
H A Dsockopt.c513 case IPV6_FLOWLABEL_MGR: in mptcp_supported_sockopt()