Searched refs:tcp_cleanup_rbuf (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/ipv4/ |
D | tcp.c | 1493 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function 1620 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock() 1691 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done() 2200 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive() 2448 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 2538 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 3270 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
|
/Linux-v6.6/net/mptcp/ |
D | protocol.c | 549 tcp_cleanup_rbuf(ssk, 1); in mptcp_subflow_cleanup_rbuf() 2028 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
|
/Linux-v6.6/include/net/ |
D | tcp.h | 1494 void tcp_cleanup_rbuf(struct sock *sk, int copied);
|