Home
last modified time | relevance | path

Searched refs:SOCK_USE_WRITE_QUEUE (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/sctp/
Dendpointola.c141 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in sctp_endpoint_init()
/Linux-v4.19/net/ipv4/
Dicmp.c1216 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in icmp_sk_init()
Dtcp_ipv4.c2521 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_sk_init()
Dtcp.c448 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_init_sock()
/Linux-v4.19/include/net/
Dsock.h783 SOCK_USE_WRITE_QUEUE, /* whether to call sk->sk_write_space in sock_wfree */ enumerator
/Linux-v4.19/net/core/
Dsock.c1803 if (!sock_flag(sk, SOCK_USE_WRITE_QUEUE)) { in sock_wfree()