Searched refs:dst1 (Results 1 – 4 of 4) sorted by relevance
241 opt->dsthao = opt->dst1; in ipv6_dest_hao()242 opt->dst1 = 0; in ipv6_dest_hao()314 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv()316 dstbuf = opt->dst1; in ipv6_destopt_rcv()325 opt->nhoff = opt->dst1; in ipv6_destopt_rcv()736 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv()737 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()
879 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
2565 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local2594 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()2611 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()2614 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()2615 dst1->lastuse = now; in xfrm_bundle_create()2617 dst1->input = dst_discard; in xfrm_bundle_create()2622 dst1->output = afinfo->output; in xfrm_bundle_create()2624 dst1->output = dst_discard_out; in xfrm_bundle_create()2894 struct dst_entry *dst1; in xfrm_create_dummy_bundle() local2907 dst1 = &xdst->u.dst; in xfrm_create_dummy_bundle()[all …]