Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Din6.h237 #define IPV6_DSTOPTS 59 macro
/linux/net/ipv6/
H A Ddatagram.c672 put_cmsg(msg, SOL_IPV6, IPV6_DSTOPTS, len, ptr); in ip6_datagram_recv_specific_ctl()
908 case IPV6_DSTOPTS: in ip6_datagram_send_ctl()
925 if (cmsg->cmsg_type == IPV6_DSTOPTS) { in ip6_datagram_send_ctl()
H A Dipv6_sockglue.c805 case IPV6_DSTOPTS: in do_ipv6_setsockopt()
1022 case IPV6_DSTOPTS: in ipv6_getsockopt_sticky()
1245 case IPV6_DSTOPTS: in do_ipv6_getsockopt()
H A Dexthdrs.c1277 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1307 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt, in ipv6_renew_options()
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c192 opt.v6.exthdr.val = IPV6_DSTOPTS; in cs_parse_args()