Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/tls/
H A Dtls_sw.c158 struct tls_decrypt_arg *darg) in tls_padding_length()
167 char content_type = darg->zc ? darg->tail : 0; in tls_padding_length()
258 struct tls_decrypt_arg *darg) in tls_do_decryption()
271 if (darg->async) { in tls_do_decryption()
295 darg->async_done = true; in tls_do_decryption()
297 darg->async = false; in tls_do_decryption()
302 darg->async = false; in tls_do_decryption()
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) tls_padding_length() 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) tls_do_decryption() argument
1461 tls_decrypt_sg(struct sock *sk, struct iov_iter *out_iov, struct scatterlist *out_sg, struct tls_decrypt_arg *darg) tls_decrypt_sg() argument
1634 tls_decrypt_sw(struct sock *sk, struct tls_context *tls_ctx, struct msghdr *msg, struct tls_decrypt_arg *darg) tls_decrypt_sw() argument
1674 tls_decrypt_device(struct sock *sk, struct msghdr *msg, struct tls_context *tls_ctx, struct tls_decrypt_arg *darg) tls_decrypt_device() argument
1723 tls_rx_one_record(struct sock *sk, struct msghdr *msg, struct tls_decrypt_arg *darg) tls_rx_one_record() argument
1747 struct tls_decrypt_arg darg = { .zc = true, }; decrypt_skb() local
2006 struct tls_decrypt_arg darg; tls_sw_recvmsg() local
2193 struct tls_decrypt_arg darg; tls_sw_splice_read() local
2280 struct tls_decrypt_arg darg; tls_sw_read_sock() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dfast_commit.c1258 static inline void tl_to_darg(struct dentry_info_args *darg, in tl_to_darg() argument
1265 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino); in tl_to_darg()
1266 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg()
1267 darg->dname = val + offsetof(struct ext4_fc_dentry_info, fc_dname); in tl_to_darg()
1268 darg->dname_len = le16_to_cpu(tl->fc_len) - in tl_to_darg()
1278 struct dentry_info_args darg; in ext4_fc_replay_unlink() local
1281 tl_to_darg(&darg, tl, val); in ext4_fc_replay_unlink()
1283 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino, in ext4_fc_replay_unlink()
1284 darg.parent_ino, darg in ext4_fc_replay_unlink()
1312 ext4_fc_replay_link_internal(struct super_block *sb, struct dentry_info_args *darg, struct inode *inode) ext4_fc_replay_link_internal() argument
1375 struct dentry_info_args darg; ext4_fc_replay_link() local
1533 struct dentry_info_args darg; ext4_fc_replay_create() local
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c1341 static inline void tl_to_darg(struct dentry_info_args *darg, in tl_to_darg() argument
1348 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino); in tl_to_darg()
1349 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg()
1350 darg->dname = val + offsetof(struct ext4_fc_dentry_info, fc_dname); in tl_to_darg()
1351 darg->dname_len = tl->fc_len - sizeof(struct ext4_fc_dentry_info); in tl_to_darg()
1369 struct dentry_info_args darg; in ext4_fc_replay_unlink() local
1372 tl_to_darg(&darg, tl, val); in ext4_fc_replay_unlink()
1374 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino, in ext4_fc_replay_unlink()
1375 darg.parent_ino, darg in ext4_fc_replay_unlink()
1403 ext4_fc_replay_link_internal(struct super_block *sb, struct dentry_info_args *darg, struct inode *inode) ext4_fc_replay_link_internal() argument
1466 struct dentry_info_args darg; ext4_fc_replay_link() local
1626 struct dentry_info_args darg; ext4_fc_replay_create() local
[all...]

Completed in 8 milliseconds