Home
last modified time | relevance | path

Searched refs:ingress_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dtcp_bpf.c689 psock->ingress_bytes = 0; in tcp_bpf_strp_read_sock()
699 tp->copied_seq = psock->copied_seq - psock->ingress_bytes; in tcp_bpf_strp_read_sock()
701 __tcp_cleanup_rbuf(sk, copied - psock->ingress_bytes); in tcp_bpf_strp_read_sock()
/linux/include/linux/
H A Dskmsg.h95 u32 ingress_bytes; member
/linux/net/core/
H A Dskmsg.c574 psock->ingress_bytes += len; in sk_psock_skb_ingress_enqueue()