Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dsock.h788 SOCK_QUEUE_SHRUNK, /* write queue has been shrunk recently */ enumerator
1444 sock_set_flag(sk, SOCK_QUEUE_SHRUNK); in sk_wmem_free_skb()
/Linux-v4.19/net/ipv4/
Dtcp_input.c5145 if (sock_flag(sk, SOCK_QUEUE_SHRUNK)) { in tcp_check_space()
5146 sock_reset_flag(sk, SOCK_QUEUE_SHRUNK); in tcp_check_space()
Dtcp_output.c1422 sock_set_flag(sk, SOCK_QUEUE_SHRUNK); in tcp_trim_head()