Home
last modified time | relevance | path

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

/Linux-v6.6/net/sctp/
Dendpointola.c88 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in sctp_endpoint_init()
/Linux-v6.6/net/ipv4/
Dicmp.c1506 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in icmp_init()
Dtcp_ipv4.c3396 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_v4_init()
Dtcp.c454 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_init_sock()
/Linux-v6.6/include/net/
Dsock.h940 SOCK_USE_WRITE_QUEUE, /* whether to call sk->sk_write_space in sock_wfree */ enumerator
/Linux-v6.6/net/core/
Dsock.c2475 if (!sock_flag(sk, SOCK_USE_WRITE_QUEUE)) { in sock_wfree()