Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp.c1545 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function
1702 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock()
2184 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive()
2427 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
2519 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
3236 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
/Linux-v5.15/net/mptcp/
Dprotocol.c467 tcp_cleanup_rbuf(ssk, 1); in mptcp_subflow_cleanup_rbuf()
1897 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
/Linux-v5.15/include/net/
Dtcp.h1421 void tcp_cleanup_rbuf(struct sock *sk, int copied);