Searched refs:dst0opt (Results 1 – 5 of 5) sorted by relevance
1201 if (opt->dst0opt) in ipv6_push_nfrag_opts()1202 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()1227 if (opt2->dst0opt) in ipv6_dup_options()1228 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()1287 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()1288 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()1314 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()1315 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()1326 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()1340 if (opt->dst0opt && !opt->srcrt) { in __ipv6_fixup_options()[all …]
932 if (opt->dst0opt) in ip6_datagram_send_ctl()933 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in ip6_datagram_send_ctl()935 opt->dst0opt = hdr; in ip6_datagram_send_ctl()985 if (opt->dst0opt) in ip6_datagram_send_ctl()986 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in ip6_datagram_send_ctl()988 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
320 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()327 opt_space->dst0opt = NULL; in fl6_merge_options()
1402 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation); in ip6_setup_cork()1403 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork()1912 kfree(opt->dst0opt); in ip6_cork_release()
305 struct ipv6_opt_hdr *dst0opt; member