Searched refs:tcp_cleanup_rbuf (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp.c | 1534 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function 1691 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock() 1969 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive() 2234 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg() 2326 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg() 3035 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
|
/kernel/linux/linux-5.10/net/mptcp/ |
D | protocol.c | 541 tcp_cleanup_rbuf(ssk, 1); in __mptcp_move_skbs_from_subflow() 1463 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
|
D | subflow.c | 851 tcp_cleanup_rbuf(ssk, incr); in mptcp_subflow_discard_data()
|
/kernel/linux/linux-5.10/include/net/ |
D | tcp.h | 1416 void tcp_cleanup_rbuf(struct sock *sk, int copied);
|