Searched refs:__tcp_cleanup_rbuf (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/Documentation/networking/net_cachelines/ |
D | inet_connection_sock.rst | 35 … read_write read_write inet_csk_ack_scheduled,__tcp_cleanup_rbuf,tcp_cleanup_… 36 … tcp_dec_quickack_mode,tcp_event_ack_sent,__tcp_transmit_skb,__tcp_select_window,__tcp_cleanup_rbuf 42 … write_mostly read_mostly __tcp_select_window,__tcp_cleanup_rbuf,tcp_initiali…
|
D | tcp_sock.rst | 19 … rcv_wup - read_write __tcp_cleanup_rbuf,tcp_receive_…
|
/linux-6.12.1/net/ipv4/ |
D | tcp_bpf.c | 29 __tcp_cleanup_rbuf(sk, skb->len); in tcp_eat_skb() 324 __tcp_cleanup_rbuf(sk, copied); in tcp_bpf_recvmsg_parser()
|
D | tcp.c | 1458 void __tcp_cleanup_rbuf(struct sock *sk, int copied) in __tcp_cleanup_rbuf() function 1516 __tcp_cleanup_rbuf(sk, copied); in tcp_cleanup_rbuf()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 1589 void __tcp_cleanup_rbuf(struct sock *sk, int copied);
|