Searched refs:txdata_skb_cache (Results 1 – 2 of 2) sorted by relevance
58 csk->txdata_skb_cache = alloc_skb(TXDATA_SKB_LEN, GFP_ATOMIC); in chtls_sock_create()59 if (!csk->txdata_skb_cache) { in chtls_sock_create()195 skb = alloc_ctrl_skb(csk->txdata_skb_cache, sizeof(*req)); in chtls_send_abort()461 skb = alloc_ctrl_skb(csk->txdata_skb_cache, in reset_listen_child()745 kfree_skb(csk->txdata_skb_cache); in chtls_release_resources()746 csk->txdata_skb_cache = NULL; in chtls_release_resources()
192 struct sk_buff *txdata_skb_cache; /* abort path messages */ member