Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls_sw.c158 struct tls_decrypt_arg *darg) in tls_padding_length() argument
167 char content_type = darg->zc ? darg->tail : 0; in tls_padding_length()
258 struct tls_decrypt_arg *darg) in tls_do_decryption() argument
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
1463 tls_decrypt_sg(struct sock * sk,struct iov_iter * out_iov,struct scatterlist * out_sg,struct tls_decrypt_arg * darg) tls_decrypt_sg() argument
1635 tls_decrypt_sw(struct sock * sk,struct tls_context * tls_ctx,struct msghdr * msg,struct tls_decrypt_arg * darg) tls_decrypt_sw() argument
1675 tls_decrypt_device(struct sock * sk,struct msghdr * msg,struct tls_context * tls_ctx,struct tls_decrypt_arg * darg) tls_decrypt_device() argument
1724 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
2196 struct tls_decrypt_arg darg; tls_sw_splice_read() local
2283 struct tls_decrypt_arg darg; tls_sw_read_sock() local
[all...]
/openbmc/linux/fs/ext4/
H A Dfast_commit.c1370 static inline void tl_to_darg(struct dentry_info_args *darg, in tl_to_darg() argument
1377 darg->parent_ino = le32_to_cpu(fcd.fc_parent_ino); in tl_to_darg()
1378 darg->ino = le32_to_cpu(fcd.fc_ino); in tl_to_darg()
1379 darg->dname = val + offsetof(struct ext4_fc_dentry_info, fc_dname); in tl_to_darg()
1380 darg->dname_len = tl->fc_len - sizeof(struct ext4_fc_dentry_info); in tl_to_darg()
1398 struct dentry_info_args darg; in ext4_fc_replay_unlink() local
1401 tl_to_darg(&darg, tl, val); in ext4_fc_replay_unlink()
1403 trace_ext4_fc_replay(sb, EXT4_FC_TAG_UNLINK, darg.ino, in ext4_fc_replay_unlink()
1404 darg.parent_ino, darg.dname_len); in ext4_fc_replay_unlink()
1406 entry.name = darg.dname; in ext4_fc_replay_unlink()
[all …]