Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c57 csk->txdata_skb_cache = alloc_skb(TXDATA_SKB_LEN, GFP_ATOMIC); in chtls_sock_create()
58 if (!csk->txdata_skb_cache) { in chtls_sock_create()
194 skb = alloc_ctrl_skb(csk->txdata_skb_cache, sizeof(*req)); in chtls_send_abort()
457 skb = alloc_ctrl_skb(csk->txdata_skb_cache, in reset_listen_child()
741 kfree_skb(csk->txdata_skb_cache); in chtls_release_resources()
742 csk->txdata_skb_cache = NULL; in chtls_release_resources()
Dchtls.h194 struct sk_buff *txdata_skb_cache; /* abort path messages */ member