Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dsock.h445 struct sk_buff *sk_tx_skb_cache; member
1570 !sk->sk_tx_skb_cache && !skb_cloned(skb)) { in sk_wmem_free_skb()
1573 sk->sk_tx_skb_cache = skb; in sk_wmem_free_skb()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c871 skb = sk->sk_tx_skb_cache; in sk_stream_alloc_skb()
874 sk->sk_tx_skb_cache = NULL; in sk_stream_alloc_skb()
2723 skb = sk->sk_tx_skb_cache; in tcp_write_queue_purge()
2726 sk->sk_tx_skb_cache = NULL; in tcp_write_queue_purge()