Home
last modified time | relevance | path

Searched refs:txdata_skb_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/ !
Dchtls_cm.c65 csk->txdata_skb_cache = alloc_skb(TXDATA_SKB_LEN, GFP_ATOMIC); in chtls_sock_create()
66 if (!csk->txdata_skb_cache) { in chtls_sock_create()
233 skb = alloc_ctrl_skb(csk->txdata_skb_cache, sizeof(*req)); in chtls_send_abort()
503 skb = alloc_ctrl_skb(csk->txdata_skb_cache, in reset_listen_child()
829 kfree_skb(csk->txdata_skb_cache); in chtls_release_resources()
830 csk->txdata_skb_cache = NULL; in chtls_release_resources()
Dchtls.h288 struct sk_buff *txdata_skb_cache; /* abort path messages */ member