Home
last modified time | relevance | path

Searched refs:IPV6_FLOWINFO_SEND (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dipv6_flowlabel.c33 #ifndef IPV6_FLOWINFO_SEND
34 #define IPV6_FLOWINFO_SEND 33 macro
259 if (setsockopt(fdt, SOL_IPV6, IPV6_FLOWINFO_SEND, &one, in main()
H A Dipv6_flowlabel_mgr.c32 #ifndef IPV6_FLOWINFO_SEND
33 #define IPV6_FLOWINFO_SEND 33 macro
121 if (setsockopt(cfd, SOL_IPV6, IPV6_FLOWINFO_SEND, &one, sizeof(one))) in tcp_connect()
/linux/include/uapi/linux/
H A Din6.h202 #define IPV6_FLOWINFO_SEND 33 macro
/linux/net/mptcp/
H A Dsockopt.c523 case IPV6_FLOWINFO_SEND: in mptcp_supported_sockopt()