tls_sw_context_rx
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: Absent ⚠️
5.8
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct strparser strp;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
struct sk_buff *recv_pkt;
u8 control;
u8 async_capable;
u8 decrypted;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
bool async_notify;
};
5.11
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct strparser strp;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
struct sk_buff *recv_pkt;
u8 control;
u8 async_capable;
u8 decrypted;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
bool async_notify;
};
5.13
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct strparser strp;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
struct sk_buff *recv_pkt;
u8 control;
u8 async_capable;
u8 decrypted;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
bool async_notify;
};
5.15
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct strparser strp;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
struct sk_buff *recv_pkt;
u8 control;
u8 async_capable;
u8 decrypted;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
bool async_notify;
};
5.19
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct strparser strp;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
struct sk_buff *recv_pkt;
u8 async_capable;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
};
6.2
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
u8 reader_present;
u8 async_capable;
u8 zc_capable;
u8 reader_contended;
struct tls_strparser strp;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
struct sk_buff_head async_hold;
struct wait_queue_head wq;
};
6.5
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
u8 reader_present;
u8 async_capable;
u8 zc_capable;
u8 reader_contended;
struct tls_strparser strp;
atomic_t decrypt_pending;
spinlock_t decrypt_compl_lock;
struct sk_buff_head async_hold;
struct wait_queue_head wq;
};
6.8
: ✅struct tls_sw_context_rx {
struct crypto_aead *aead_recv;
struct crypto_wait async_wait;
struct sk_buff_head rx_list;
void (*saved_data_ready)(struct sock *);
u8 reader_present;
u8 async_capable;
u8 zc_capable;
u8 reader_contended;
struct tls_strparser strp;
atomic_t decrypt_pending;
struct sk_buff_head async_hold;
struct wait_queue_head wq;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: Absent ⚠️
gcp
: Absent ⚠️
lowlatency
: Absent ⚠️
Regular
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️u8 control
u8 decrypted
bool async_notify
5.19
and 6.2
⚠️u8 reader_present
u8 zc_capable
u8 reader_contended
struct sk_buff_head async_hold
struct wait_queue_head wq
struct sk_buff *recv_pkt
struct strparser strp
➡️ struct tls_strparser strp
6.2
and 6.5
✅
6.5
and 6.8
⚠️spinlock_t decrypt_compl_lock