Searched refs:txdata_skb_cache (Results 1 – 2 of 2) sorted by relevance
64 csk->txdata_skb_cache = alloc_skb(TXDATA_SKB_LEN, GFP_ATOMIC); in chtls_sock_create()65 if (!csk->txdata_skb_cache) { in chtls_sock_create()232 skb = alloc_ctrl_skb(csk->txdata_skb_cache, sizeof(*req)); in chtls_send_abort()500 skb = alloc_ctrl_skb(csk->txdata_skb_cache, in reset_listen_child()826 kfree_skb(csk->txdata_skb_cache); in chtls_release_resources()827 csk->txdata_skb_cache = NULL; in chtls_release_resources()
286 struct sk_buff *txdata_skb_cache; /* abort path messages */ member