Home
last modified time | relevance | path

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

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