Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dsock.h711 SOCK_QUEUE_SHRUNK, /* write queue has been shrunk recently */ enumerator
1448 sock_set_flag(sk, SOCK_QUEUE_SHRUNK); in sk_wmem_free_skb()
/linux-4.1.27/net/ipv4/
Dtcp_input.c4885 if (sock_flag(sk, SOCK_QUEUE_SHRUNK)) { in tcp_check_space()
4886 sock_reset_flag(sk, SOCK_QUEUE_SHRUNK); in tcp_check_space()
Dtcp_output.c1286 sock_set_flag(sk, SOCK_QUEUE_SHRUNK); in tcp_trim_head()