Searched refs:tcp_cleanup_rbuf (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/networking/net_cachelines/ |
H A D | tcp_sock.rst | 18 … rcv_nxt read_mostly read_write tcp_cleanup_rbuf,tcp_send_ack,… 19 … copied_seq read_mostly tcp_cleanup_rbuf,tcp_rcv_space…
|
H A D | inet_connection_sock.rst | 36 … read_write inet_csk_ack_scheduled,__tcp_cleanup_rbuf,tcp_cleanup_rbuf,inet_csk_clea…
|
/linux/net/ipv4/ |
H A D | tcp.c | 1544 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function 1675 tcp_cleanup_rbuf(sk, copied); in __tcp_read_sock() 1761 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done() 2284 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive() 2753 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 2875 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 3630 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
|
/linux/net/mptcp/ |
H A D | protocol.c | 496 tcp_cleanup_rbuf(ssk, copied); in mptcp_subflow_cleanup_rbuf() 2021 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
|
/linux/include/net/ |
H A D | tcp.h | 1660 void tcp_cleanup_rbuf(struct sock *sk, int copied);
|