Home
last modified time | relevance | path

Searched refs:tcp_cleanup_rbuf (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/ipv4/
Dtcp.c1561 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function
1732 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock()
2216 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive()
2464 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
2550 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
3283 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
/linux-5.19.10/net/mptcp/
Dprotocol.c539 tcp_cleanup_rbuf(ssk, 1); in mptcp_subflow_cleanup_rbuf()
1957 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
/linux-5.19.10/include/net/
Dtcp.h1453 void tcp_cleanup_rbuf(struct sock *sk, int copied);