Home
last modified time | relevance | path

Searched refs:IPV6_FLOWINFO (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c26 #ifndef IPV6_FLOWINFO
27 #define IPV6_FLOWINFO 11 macro
80 cm->cmsg_type = IPV6_FLOWINFO; in do_send()
137 cm->cmsg_type != IPV6_FLOWINFO) in do_recv()
243 if (setsockopt(fdr, SOL_IPV6, IPV6_FLOWINFO, &one, sizeof(one))) in main()
/linux/include/uapi/linux/
H A Din6.h165 #define IPV6_FLOWINFO 11 macro
/linux/net/mptcp/
H A Dsockopt.c498 case IPV6_FLOWINFO: in mptcp_supported_sockopt()