Searched refs:rcd_sn (Results 1 – 6 of 6) sorted by relevance
| /drivers/net/ethernet/fungible/funeth/ |
| A D | funeth_ktls.c | 96 u8 *rcd_sn, enum tls_offload_ctx_dir direction) in fun_ktls_resync() argument 117 memcpy(req.record_seq, rcd_sn, sizeof(req.record_seq)); in fun_ktls_resync()
|
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ktls.c | 79 struct sock *sk, u32 seq, u8 *rcd_sn, in mlx5e_ktls_resync() argument 85 mlx5e_ktls_rx_resync(netdev, sk, seq, rcd_sn); in mlx5e_ktls_resync()
|
| A D | ktls_tx.c | 609 u64 rcd_sn; member 633 record = tls_get_record(tx_ctx, tcp_seq, &info->rcd_sn); in tx_sync_info_get() 679 u64 rcd_sn) in tx_post_resync_params() argument 681 __be64 rn_be = cpu_to_be64(rcd_sn); in tx_post_resync_params() 789 tx_post_resync_params(sq, priv_tx, info.rcd_sn); in mlx5e_ktls_tx_handle_ooo()
|
| A D | ktls_utils.h | 28 void mlx5e_ktls_rx_resync(struct net_device *netdev, struct sock *sk, u32 seq, u8 *rcd_sn);
|
| A D | ktls_rx.c | 539 u32 seq, u8 *rcd_sn) in mlx5e_ktls_rx_resync() argument 551 resync->sw_rcd_sn_be = *(__be64 *)rcd_sn; in mlx5e_ktls_rx_resync()
|
| /drivers/net/ethernet/netronome/nfp/crypto/ |
| A D | tls.c | 424 u8 *rcd_sn, enum tls_offload_ctx_dir direction) in nfp_net_tls_resync() argument 446 memcpy(req->rec_no, rcd_sn, sizeof(req->rec_no)); in nfp_net_tls_resync()
|
Completed in 18 milliseconds