Searched refs:tcp_cleanup_rbuf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/networking/net_cachelines/ |
D | tcp_sock.rst | 17 … rcv_nxt read_mostly read_write tcp_cleanup_rbuf,tcp_send_ack,… 18 … copied_seq - read_mostly tcp_cleanup_rbuf,tcp_rcv_space…
|
D | inet_connection_sock.rst | 35 … read_write inet_csk_ack_scheduled,__tcp_cleanup_rbuf,tcp_cleanup_rbuf,inet_csk_clea…
|
/linux-6.12.1/net/ipv4/ |
D | tcp.c | 1508 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function 1635 tcp_cleanup_rbuf(sk, copied); in tcp_read_sock() 1706 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done() 2229 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive() 2699 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 2821 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 3575 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
|
/linux-6.12.1/net/mptcp/ |
D | protocol.c | 537 tcp_cleanup_rbuf(ssk, 1); in mptcp_subflow_cleanup_rbuf() 2086 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 1588 void tcp_cleanup_rbuf(struct sock *sk, int copied);
|