Searched refs:IPV6_FLOWINFO (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/net/ |
A D | ipv6_flowlabel.c | 25 #ifndef IPV6_FLOWINFO 26 #define IPV6_FLOWINFO 11 macro 57 cm->cmsg_type = IPV6_FLOWINFO; in do_send() 111 cm->cmsg_type != IPV6_FLOWINFO) in do_recv() 206 if (setsockopt(fdr, SOL_IPV6, IPV6_FLOWINFO, &one, sizeof(one))) in main()
|
/linux/include/uapi/linux/ |
A D | in6.h | 166 #define IPV6_FLOWINFO 11 macro
|
/linux/net/ipv6/ |
A D | ipv6_sockglue.c | 613 case IPV6_FLOWINFO: in do_ipv6_setsockopt() 1202 put_cmsg(&msg, SOL_IPV6, IPV6_FLOWINFO, sizeof(flowinfo), &flowinfo); in do_ipv6_getsockopt() 1293 case IPV6_FLOWINFO: in do_ipv6_getsockopt()
|
A D | datagram.c | 634 put_cmsg(msg, SOL_IPV6, IPV6_FLOWINFO, sizeof(flowinfo), &flowinfo); in ip6_datagram_recv_specific_ctl() 842 case IPV6_FLOWINFO: in ip6_datagram_send_ctl()
|
/linux/net/mptcp/ |
A D | sockopt.c | 474 case IPV6_FLOWINFO: in mptcp_supported_sockopt()
|
Completed in 10 milliseconds