#ifndef _RDS_RDS_SINGLE_H #define _RDS_RDS_SINGLE_H #define c_xmit_rm c_path[0].cp_xmit_rm #define c_xmit_sg c_path[0].cp_xmit_sg #define c_xmit_hdr_off c_path[0].cp_xmit_hdr_off #define c_xmit_data_off c_path[0].cp_xmit_data_off #define c_xmit_atomic_sent c_path[0].cp_xmit_atomic_sent #define c_xmit_rdma_sent c_path[0].cp_xmit_rdma_sent #define c_xmit_data_sent c_path[0].cp_xmit_data_sent #define c_lock c_path[0].cp_lock #define c_next_tx_seq c_path[0].cp_next_tx_seq #define c_send_queue c_path[0].cp_send_queue #define c_retrans c_path[0].cp_retrans #define c_next_rx_seq c_path[0].cp_next_rx_seq #define c_transport_data c_path[0].cp_transport_data #define c_state c_path[0].cp_state #define c_send_gen c_path[0].cp_send_gen #define c_flags c_path[0].cp_flags #define c_reconnect_jiffies c_path[0].cp_reconnect_jiffies #define c_send_w c_path[0].cp_send_w #define c_recv_w c_path[0].cp_recv_w #define c_conn_w c_path[0].cp_conn_w #define c_down_w c_path[0].cp_down_w #define c_cm_lock c_path[0].cp_cm_lock #define c_waitq c_path[0].cp_waitq #define c_unacked_packets c_path[0].cp_unacked_packets #define c_unacked_bytes c_path[0].cp_unacked_bytes #endif /* _RDS_RDS_SINGLE_H */ p-back'>packet-loop-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/sunrpc/addr.c
/tr>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-01-17 13:46:29 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2017-01-23 22:41:33 +0800
commit11e3b725cfc282efe9d4a354153e99d86a16af08 (patch)
tree8b5b9e0e1bcae1ab98ee652ffb7b13b05c209bd6 /net/sched/sch_codel.c
parentd6040764adcb5cb6de1489422411d701c158bb69 (diff)
crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes
Update the ARMv8 Crypto Extensions and the plain NEON AES implementations in CBC and CTR modes to return the next IV back to the skcipher API client. This is necessary for chaining to work correctly. Note that for CTR, this is only done if the request is a round multiple of the block size, since otherwise, chaining is impossible anyway. Cc: <stable@vger.kernel.org> # v3.16+ Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'net/sched/sch_codel.c')