Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dsock.h729 SOCK_QUEUE_SHRUNK, /* write queue has been shrunk recently */ enumerator
1432 sock_set_flag(sk, SOCK_QUEUE_SHRUNK); in sk_wmem_free_skb()
/linux-4.4.14/net/ipv4/
Dtcp_input.c4933 if (sock_flag(sk, SOCK_QUEUE_SHRUNK)) { in tcp_check_space()
4934 sock_reset_flag(sk, SOCK_QUEUE_SHRUNK); in tcp_check_space()
Dtcp_output.c1275 sock_set_flag(sk, SOCK_QUEUE_SHRUNK); in tcp_trim_head()