Searched refs:dst1opt (Results 1 – 4 of 4) sorted by relevance
348 if (opt->dst1opt) { in datagram_send_ctl()353 opt->dst1opt = hdr; in datagram_send_ctl()408 if (opt->dst1opt) { in datagram_send_ctl()409 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3); in datagram_send_ctl()412 opt->dst0opt = opt->dst1opt; in datagram_send_ctl()413 opt->dst1opt = NULL; in datagram_send_ctl()
638 if (opt->dst1opt) in ipv6_build_frag_opts()639 prev_hdr = ipv6_build_exthdr(skb, prev_hdr, NEXTHDR_DEST, opt->dst1opt); in ipv6_build_frag_opts()700 if (opt->dst1opt) in ipv6_push_frag_opts()701 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()719 if (opt2->dst1opt) in ipv6_dup_options()720 *((char**)&opt2->dst1opt) += dif; in ipv6_dup_options()
241 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
154 struct ipv6_opt_hdr *dst1opt; member