Searched refs:tcp_cleanup_rbuf (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/networking/net_cachelines/ |
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…
|
D | inet_connection_sock.rst | 36 … read_write inet_csk_ack_scheduled,__tcp_cleanup_rbuf,tcp_cleanup_rbuf,inet_csk_clea…
|
/linux-6.14.4/net/ipv4/ |
D | tcp.c | 1509 void tcp_cleanup_rbuf(struct sock *sk, int copied) in tcp_cleanup_rbuf() function 1640 tcp_cleanup_rbuf(sk, copied); in __tcp_read_sock() 1726 tcp_cleanup_rbuf(sk, len - left); in tcp_read_done() 2249 tcp_cleanup_rbuf(sk, length + copylen); in tcp_zerocopy_receive() 2713 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 2835 tcp_cleanup_rbuf(sk, copied); in tcp_recvmsg_locked() 3589 tcp_cleanup_rbuf(sk, 1); in __tcp_sock_set_quickack()
|
/linux-6.14.4/net/mptcp/ |
D | protocol.c | 538 tcp_cleanup_rbuf(ssk, copied); in mptcp_subflow_cleanup_rbuf() 2092 tcp_cleanup_rbuf(ssk, 1); in mptcp_rcv_space_adjust()
|
/linux-6.14.4/include/net/ |
D | tcp.h | 1605 void tcp_cleanup_rbuf(struct sock *sk, int copied);
|