Home
last modified time | relevance | path

Searched refs:dst1opt (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/net/ipv6/
A Dexthdrs.c1227 if (opt->dst1opt) in ipv6_push_frag_opts()
1228 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
1245 if (opt2->dst1opt) in ipv6_dup_options()
1246 *((char **)&opt2->dst1opt) += dif; in ipv6_dup_options()
1307 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1308 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt)); in ipv6_renew_options()
1337 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt, in ipv6_renew_options()
1338 (opt ? opt->dst1opt : NULL), in ipv6_renew_options()
1344 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0); in ipv6_renew_options()
A Ddatagram.c900 if (opt->dst1opt) { in ip6_datagram_send_ctl()
905 opt->dst1opt = hdr; in ip6_datagram_send_ctl()
927 opt->dst1opt = hdr; in ip6_datagram_send_ctl()
974 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) { in ip6_datagram_send_ctl()
975 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3); in ip6_datagram_send_ctl()
978 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
979 opt->dst1opt = NULL; in ip6_datagram_send_ctl()
A Dip6_output.c1422 nopt->dst1opt = ip6_opt_dup(opt->dst1opt, sk->sk_allocation); in ip6_setup_cork()
1423 if (opt->dst1opt && !nopt->dst1opt) in ip6_setup_cork()
1889 kfree(opt->dst1opt); in ip6_cork_release()
A Dip6_flowlabel.c334 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
A Dipv6_sockglue.c1041 hdr = opt->dst1opt; in ipv6_getsockopt_sticky()
A Dip6_tunnel.c986 opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
/linux-6.3-rc2/include/net/
A Dipv6.h314 struct ipv6_opt_hdr *dst1opt; member

Completed in 20 milliseconds