Searched refs:dst1 (Results 1 – 6 of 6) sorted by relevance
/net/ceph/ |
D | crypto.c | 350 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()
|
D | crypto.h | 37 void *dst1, size_t *dst1_len,
|
/net/ipv6/ |
D | exthdrs.c | 190 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()
|
D | datagram.c | 609 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()
|
D | af_inet6.c | 712 ((opt->dst1 || opt->dst0) && in ipv6_opt_accepted()
|
/net/xfrm/ |
D | xfrm_policy.c | 1660 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 …]
|