Searched refs:dst1 (Results 1 – 4 of 4) sorted by relevance
219 opt->dsthao = opt->dst1; in ipv6_dest_hao()220 opt->dst1 = 0; in ipv6_dest_hao()302 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv()304 dstbuf = opt->dst1; in ipv6_destopt_rcv()314 opt->nhoff = opt->dst1; in ipv6_destopt_rcv()724 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv()725 opt->dst1 = 0; in ipv6_rthdr_rcv()
712 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl()713 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()
872 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
2572 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local2601 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()2618 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()2621 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()2622 dst1->lastuse = now; in xfrm_bundle_create()2624 dst1->input = dst_discard; in xfrm_bundle_create()2629 dst1->output = afinfo->output; in xfrm_bundle_create()2631 dst1->output = dst_discard_out; in xfrm_bundle_create()2901 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local2914 dst1 = &xdst->u.dst; in xfrm_create_dummy_bundle()[all …]