Home
last modified time | relevance | path

Searched refs:tls_offload_tx_resync_pending (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/net/
Dtls.h481 static inline bool tls_offload_tx_resync_pending(struct sock *sk) in tls_offload_tx_resync_pending() function
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_tx.c118 if (likely(!tls_offload_tx_resync_pending(skb->sk))) { in fun_tls_tx()
/linux-6.12.1/Documentation/networking/
Dtls-offload.rst254 bool tls_offload_tx_resync_pending(struct sock *sk)
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c609 resync_pending = tls_offload_tx_resync_pending(skb->sk); in nfp_net_tls_tx()