Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Din6.h228 #define IPV6_RTHDR 57 macro
/linux-4.4.14/net/ipv6/
Dipv6_sockglue.c389 case IPV6_RTHDR: in do_ipv6_setsockopt()
407 if (optname != IPV6_RTHDR && !ns_capable(net->user_ns, CAP_NET_RAW)) in do_ipv6_setsockopt()
421 if (optname == IPV6_RTHDR && opt && opt->srcrt) { in do_ipv6_setsockopt()
961 case IPV6_RTHDR: in ipv6_getsockopt_sticky()
1120 case IPV6_RTHDR: in do_ipv6_getsockopt()
Dexthdrs.c776 if (newtype != IPV6_RTHDR && opt->srcrt) in ipv6_renew_options()
811 newtype != IPV6_RTHDR, in ipv6_renew_options()
Ddatagram.c610 put_cmsg(msg, SOL_IPV6, IPV6_RTHDR, len, ptr); in ip6_datagram_recv_specific_ctl()
849 case IPV6_RTHDR: in ip6_datagram_send_ctl()