Home
last modified time | relevance | path

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

/net/ipv6/
Dexthdrs.c219 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()
Ddatagram.c712 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()
Daf_inet6.c872 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
/net/xfrm/
Dxfrm_policy.c2572 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local
2601 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() local
2914 dst1 = &xdst->u.dst; in xfrm_create_dummy_bundle()
[all …]