Searched refs:__tcp_cleanup_rbuf (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/networking/net_cachelines/ |
H A D | inet_connection_sock.rst | 36 … read_write read_write inet_csk_ack_scheduled,__tcp_cleanup_rbuf,tcp_cleanup_… 37 … 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…
|
H A D | tcp_sock.rst | 20 … rcv_wup read_write __tcp_cleanup_rbuf,tcp_receive_…
|
/linux/net/ipv4/ |
H A D | tcp_bpf.c | 29 __tcp_cleanup_rbuf(sk, skb->len); in tcp_eat_skb() 326 __tcp_cleanup_rbuf(sk, copied); in tcp_bpf_recvmsg_parser() 678 __tcp_cleanup_rbuf(sk, copied - psock->ingress_bytes); in tcp_bpf_strp_read_sock()
|
H A D | tcp.c | 1494 void __tcp_cleanup_rbuf(struct sock *sk, int copied) in __tcp_cleanup_rbuf() function 1552 __tcp_cleanup_rbuf(sk, copied); in tcp_cleanup_rbuf()
|
/linux/include/net/ |
H A D | tcp.h | 1661 void __tcp_cleanup_rbuf(struct sock *sk, int copied);
|