Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/networking/net_cachelines/
Dtcp_sock.rst18 … rcv_nxt read_mostly read_write tcp_cleanup_rbuf,tcp_send_ack,…
19 … copied_seq read_mostly tcp_cleanup_rbuf,tcp_rcv_space…
Dinet_connection_sock.rst36 … read_write inet_csk_ack_scheduled,__tcp_cleanup_rbuf,tcp_cleanup_rbuf,inet_csk_clea…
/linux-6.14.4/net/ipv4/
Dtcp.c1509 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/
Dprotocol.c538 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/
Dtcp.h1605 void tcp_cleanup_rbuf(struct sock *sk, int copied);