Searched refs:tcp_cleanup_rbuf (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | tcp.c | 1620 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function 1747 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock() 1833 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done() 2315 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive() 2563 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 2649 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 3379 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
|
/Linux-v6.1/net/mptcp/ |
D | protocol.c | 540 tcp_cleanup_rbuf(ssk, 1); in mptcp_subflow_cleanup_rbuf() 1978 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
|
/Linux-v6.1/include/net/ |
D | tcp.h | 1469 void tcp_cleanup_rbuf(struct sock *sk, int copied);
|