Searched refs:dst_len (Results 1 - 15 of 15) sorted by relevance

/net/ceph/
H A Dcrypto.h31 void *dst, size_t *dst_len,
34 void *dst, size_t *dst_len,
41 void *dst, size_t *dst_len,
H A Dcrypto.c164 void *dst, size_t *dst_len,
182 *dst_len = src_len + zero_padding;
187 ret = setup_sgtable(&sg_out, &prealloc_sg, dst, *dst_len);
212 dst, *dst_len, 1);
223 size_t *dst_len,
242 *dst_len = src1_len + src2_len + zero_padding;
248 ret = setup_sgtable(&sg_out, &prealloc_sg, dst, *dst_len);
275 dst, *dst_len, 1);
286 void *dst, size_t *dst_len,
303 sg_set_buf(&sg_out[0], dst, *dst_len);
163 ceph_aes_encrypt(const void *key, int key_len, void *dst, size_t *dst_len, const void *src, size_t src_len) argument
222 ceph_aes_encrypt2(const void *key, int key_len, void *dst, size_t *dst_len, const void *src1, size_t src1_len, const void *src2, size_t src2_len) argument
285 ceph_aes_decrypt(const void *key, int key_len, void *dst, size_t *dst_len, const void *src, size_t src_len) argument
427 ceph_decrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, const void *src, size_t src_len) argument
480 ceph_encrypt(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, const void *src, size_t src_len) argument
500 ceph_encrypt2(struct ceph_crypto_key *secret, void *dst, size_t *dst_len, const void *src1, size_t src1_len, const void *src2, size_t src2_len) argument
[all...]
H A Dmon_client.c713 char *dst, size_t dst_len)
717 if (src_len != sizeof(u32) + dst_len)
721 if (buf_len != dst_len)
724 memcpy(dst, src + sizeof(u32), dst_len);
712 get_poolop_reply_buf(const char *src, size_t src_len, char *dst, size_t dst_len) argument
/net/decnet/
H A Ddn_rules.c42 unsigned char dst_len; member in struct:dn_fib_rule
148 if (frh->dst_len)
153 r->dst_len = frh->dst_len;
154 r->dstmask = dnet_make_mask(r->dst_len);
168 if (frh->dst_len && (r->dst_len != frh->dst_len))
174 if (frh->dst_len && (r->dst != nla_get_le16(tb[FRA_DST])))
203 frh->dst_len
[all...]
H A Ddn_fib.c550 static void fib_magic(int cmd, int type, __le16 dst, int dst_len, struct dn_ifaddr *ifa) argument
597 req.rtm.rtm_dst_len = dst_len;
H A Ddn_table.c298 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len,
310 rtm->rtm_dst_len = dst_len;
297 dn_fib_dump_info(struct sk_buff *skb, u32 portid, u32 seq, int event, u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, struct dn_fib_info *fi, unsigned int flags) argument
/net/ipv4/
H A Dfib_rules.c38 u8 dst_len; member in struct:fib4_rule
196 if (frh->dst_len)
209 rule4->dst_len = frh->dst_len;
210 rule4->dstmask = inet_make_mask(rule4->dst_len);
239 if (frh->dst_len && (rule4->dst_len != frh->dst_len))
253 if (frh->dst_len && (rule4->dst != nla_get_be32(tb[FRA_DST])))
264 frh->dst_len
[all...]
H A Dfib_lookup.h31 u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi,
33 void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
H A Dfib_semantics.c385 int dst_len, u32 tb_id, const struct nl_info *info,
397 fa->fa_type, key, dst_len,
1000 u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos,
1012 rtm->rtm_dst_len = dst_len;
384 rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len, u32 tb_id, const struct nl_info *info, unsigned int nlm_flags) argument
999 fib_dump_info(struct sk_buff *skb, u32 portid, u32 seq, int event, u32 tb_id, u8 type, __be32 dst, int dst_len, u8 tos, struct fib_info *fi, unsigned int flags) argument
H A Dfib_frontend.c699 static void fib_magic(int cmd, int type, __be32 dst, int dst_len, struct in_ifaddr *ifa) argument
707 .fc_dst_len = dst_len,
H A Dipmr.c224 frh->dst_len = 0;
/net/ipv6/
H A Dfib6_rules.c204 if (frh->dst_len)
209 rule6->dst.plen = frh->dst_len;
225 if (frh->dst_len && (rule6->dst.plen != frh->dst_len))
235 if (frh->dst_len &&
247 frh->dst_len = rule6->dst.plen;
H A Dip6_fib.c1119 const struct in6_addr *daddr, int dst_len,
1124 fn = fib6_locate_1(root, daddr, dst_len,
1118 fib6_locate(struct fib6_node *root, const struct in6_addr *daddr, int dst_len, const struct in6_addr *saddr, int src_len) argument
H A Dip6mr.c208 frh->dst_len = 0;
/net/core/
H A Dfib_rules.c286 if (frh->dst_len)
288 frh->dst_len > (ops->addr_size * 8) ||

Completed in 420 milliseconds