Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dtcp.c1494 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function
1621 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock()
1692 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done()
2211 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive()
2459 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
2549 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
3281 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
/linux-6.6.21/net/mptcp/
Dprotocol.c549 tcp_cleanup_rbuf(ssk, 1); in mptcp_subflow_cleanup_rbuf()
2041 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
/linux-6.6.21/include/net/
Dtcp.h1501 void tcp_cleanup_rbuf(struct sock *sk, int copied);