Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Ddatagram.c348 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()
Dexthdrs.c638 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()
Dip6_flowlabel.c241 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
/linux-2.4.37.9/include/net/
Dipv6.h154 struct ipv6_opt_hdr *dst1opt; member