Home
last modified time | relevance | path

Searched refs:IPV6_DSTOPTS (Results 1 – 4 of 4) 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()
909 case IPV6_DSTOPTS: in ip6_datagram_send_ctl()
926 if (cmsg->cmsg_type == IPV6_DSTOPTS) { in ip6_datagram_send_ctl()
H A Dexthdrs.c1291 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1321 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt, in ipv6_renew_options()
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c205 opt.cmsg.exthdr.val = IPV6_DSTOPTS; in cs_parse_args()