Home
last modified time | relevance | path

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

/Linux-v6.1/net/sctp/
Dendpointola.c88 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in sctp_endpoint_init()
/Linux-v6.1/net/ipv4/
Dicmp.c1498 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in icmp_init()
Dtcp_ipv4.c3324 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_v4_init()
Dtcp.c453 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_init_sock()
/Linux-v6.1/include/net/
Dsock.h934 SOCK_USE_WRITE_QUEUE, /* whether to call sk->sk_write_space in sock_wfree */ enumerator
/Linux-v6.1/net/core/
Dsock.c2410 if (!sock_flag(sk, SOCK_USE_WRITE_QUEUE)) { in sock_wfree()