Home
last modified time | relevance | path

Searched refs:tcp_write_wakeup (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_timer.c771 if (tcp_write_wakeup(sk, LINUX_MIB_TCPKEEPALIVE) <= 0) { in tcp_keepalive_timer()
H A Dtcp_output.c4066 int tcp_write_wakeup(struct sock *sk, int mib) in tcp_write_wakeup() function
4119 err = tcp_write_wakeup(sk, LINUX_MIB_TCPWINPROBE); in tcp_send_probe0()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_timer.c777 if (tcp_write_wakeup(sk, LINUX_MIB_TCPKEEPALIVE) <= 0) { in tcp_keepalive_timer()
H A Dtcp_output.c4168 int tcp_write_wakeup(struct sock *sk, int mib) in tcp_write_wakeup() function
4222 err = tcp_write_wakeup(sk, LINUX_MIB_TCPWINPROBE); in tcp_send_probe0()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h591 int tcp_write_wakeup(struct sock *, int mib);
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h611 int tcp_write_wakeup(struct sock *, int mib);

Completed in 21 milliseconds