Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp.c1534 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/
Dprotocol.c541 tcp_cleanup_rbuf(ssk, 1); in __mptcp_move_skbs_from_subflow()
1463 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
Dsubflow.c851 tcp_cleanup_rbuf(ssk, incr); in mptcp_subflow_discard_data()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1416 void tcp_cleanup_rbuf(struct sock *sk, int copied);