Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dendpointola.c88 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in sctp_endpoint_init()
/openbmc/linux/net/ipv4/
H A Dicmp.c1529 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in icmp_init()
H A Dtcp_ipv4.c3423 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_v4_init()
H A Dtcp.c454 sock_set_flag(sk, SOCK_USE_WRITE_QUEUE); in tcp_init_sock()
/openbmc/linux/include/net/
H A Dsock.h942 SOCK_USE_WRITE_QUEUE, /* whether to call sk->sk_write_space in sock_wfree */ enumerator
/openbmc/linux/net/core/
H A Dsock.c2479 if (!sock_flag(sk, SOCK_USE_WRITE_QUEUE)) { in sock_wfree()