Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c1603 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function
1734 tcp_cleanup_rbuf(sk, copied); in __tcp_read_sock()
1819 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done()
2332 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive()
2793 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
2915 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked()
3696 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
/linux/include/net/
H A Dtcp.h1805 void tcp_cleanup_rbuf(struct sock *sk, int copied);
/linux/net/mptcp/
H A Dprotocol.c657 tcp_cleanup_rbuf(ssk, copied); in mptcp_subflow_cleanup_rbuf()