Searched refs:darg (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/tls/
H A Dtls_sw.c158 struct tls_decrypt_arg *darg)
167 char content_type = darg->zc ? darg->tail : 0;
258 struct tls_decrypt_arg *darg)
271 if (darg->async) {
295 darg->async_done = true;
297 darg->async = false;
302 darg->async = false;
1444 * They must transform the darg in/out argument are as follows:
1451 * If ZC decryption was performed darg
157 tls_padding_length(struct tls_prot_info *prot, struct sk_buff *skb, struct tls_decrypt_arg *darg) argument
252 tls_do_decryption(struct sock *sk, struct scatterlist *sgin, struct scatterlist *sgout, char *iv_recv, size_t data_len, struct aead_request *aead_req, struct tls_decrypt_arg *darg) argument
1461 tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, struct scatterlist *out_sg, struct tls_decrypt_arg *darg) argument
1634 tls_decrypt_sw(struct sock *sk, struct tls_context *tls_ctx, struct msghdr *msg, struct tls_decrypt_arg *darg) argument
1674 tls_decrypt_device(struct sock *sk, struct msghdr *msg, struct tls_context *tls_ctx, struct tls_decrypt_arg *darg) argument
1723 tls_rx_one_record(struct sock *sk, struct msghdr *msg, struct tls_decrypt_arg *darg) argument
1747 struct tls_decrypt_arg darg = { .zc = true, }; local
2006 struct tls_decrypt_arg darg; local
2196 struct tls_decrypt_arg darg; local
2283 struct tls_decrypt_arg darg; local
[all...]
/linux-master/fs/ext4/
H A Dfast_commit.c1341 static inline void tl_to_darg(struct dentry_info_args *darg, argument
1348 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino);
1349 darg->ino = le32_to_cpu(fcd.fc_ino);
1350 darg->dname = val + offsetof(struct ext4_fc_dentry_info, fc_dname);
1351 darg->dname_len = tl->fc_len - sizeof(struct ext4_fc_dentry_info);
1369 struct dentry_info_args darg; local
1372 tl_to_darg(&darg, tl, val);
1374 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino,
1375 darg.parent_ino, darg
1403 ext4_fc_replay_link_internal(struct super_block *sb, struct dentry_info_args *darg, struct inode *inode) argument
1466 struct dentry_info_args darg; local
1626 struct dentry_info_args darg; local
[all...]

Completed in 100 milliseconds