Home
last modified time | relevance | path

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

/net/ceph/
Dcrypto.c350 void *dst1, size_t *dst1_len, in ceph_aes_decrypt2() argument
368 sg_set_buf(&sg_out[0], dst1, *dst1_len); in ceph_aes_decrypt2()
393 last_byte = ((char *)dst1)[src_len - 1]; in ceph_aes_decrypt2()
448 void *dst1, size_t *dst1_len, in ceph_decrypt2() argument
459 memcpy(dst1, src, t); in ceph_decrypt2()
472 dst1, dst1_len, dst2, dst2_len, in ceph_decrypt2()
Dcrypto.h37 void *dst1, size_t *dst1_len,
/net/ipv6/
Dexthdrs.c190 opt->dsthao = opt->dst1; in ipv6_dest_hao()
191 opt->dst1 = 0; in ipv6_dest_hao()
267 opt->lastopt = opt->dst1 = skb_network_header_len(skb); in ipv6_destopt_rcv()
269 dstbuf = opt->dst1; in ipv6_destopt_rcv()
278 opt->nhoff = opt->dst1; in ipv6_destopt_rcv()
350 opt->dst0 = opt->dst1; in ipv6_rthdr_rcv()
351 opt->dst1 = 0; in ipv6_rthdr_rcv()
Ddatagram.c609 if (np->rxopt.bits.odstopts && opt->dst1) { in ip6_datagram_recv_specific_ctl()
610 u8 *ptr = nh + opt->dst1; in ip6_datagram_recv_specific_ctl()
Daf_inet6.c712 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
/net/xfrm/
Dxfrm_policy.c1660 struct dst_entry *dst1 = &xdst->u.dst; in xfrm_bundle_create() local
1680 dst0 = dst1; in xfrm_bundle_create()
1682 dst_prev->child = dst_clone(dst1); in xfrm_bundle_create()
1683 dst1->flags |= DST_NOHASH; in xfrm_bundle_create()
1687 dst_copy_metrics(dst1, dst); in xfrm_bundle_create()
1700 dst1->xfrm = xfrm[i]; in xfrm_bundle_create()
1703 dst1->obsolete = DST_OBSOLETE_FORCE_CHK; in xfrm_bundle_create()
1704 dst1->flags |= DST_HOST; in xfrm_bundle_create()
1705 dst1->lastuse = now; in xfrm_bundle_create()
1707 dst1->input = dst_discard; in xfrm_bundle_create()
[all …]