Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dsock.h446 struct sk_buff *sk_tx_skb_cache; member
1567 !sk->sk_tx_skb_cache && !skb_cloned(skb)) { in sk_wmem_free_skb()
1570 sk->sk_tx_skb_cache = skb; in sk_wmem_free_skb()
/Linux-v5.15/net/ipv4/
Dtcp.c867 skb = sk->sk_tx_skb_cache; in sk_stream_alloc_skb()
870 sk->sk_tx_skb_cache = NULL; in sk_stream_alloc_skb()
2920 skb = sk->sk_tx_skb_cache; in tcp_write_queue_purge()
2923 sk->sk_tx_skb_cache = NULL; in tcp_write_queue_purge()
/Linux-v5.15/net/mptcp/
Dprotocol.c1237 if (ssk->sk_tx_skb_cache) { in __mptcp_alloc_tx_skb()
1238 skb = ssk->sk_tx_skb_cache; in __mptcp_alloc_tx_skb()
1250 ssk->sk_tx_skb_cache = skb; in __mptcp_alloc_tx_skb()