Home
last modified time | relevance | path

Searched refs:rx_queue (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dbpf_iter_tcp4.c85 int rx_queue; in dump_tcp_sock() local
116 rx_queue = sp->sk_ack_backlog; in dump_tcp_sock()
118 rx_queue = tp->rcv_nxt - tp->copied_seq; in dump_tcp_sock()
119 if (rx_queue < 0) in dump_tcp_sock()
120 rx_queue = 0; in dump_tcp_sock()
127 tp->write_seq - tp->snd_una, rx_queue, in dump_tcp_sock()
Dbpf_iter_tcp6.c85 int rx_queue; in dump_tcp6_sock() local
116 rx_queue = sp->sk_ack_backlog; in dump_tcp6_sock()
118 rx_queue = tp->tcp.rcv_nxt - tp->tcp.copied_seq; in dump_tcp6_sock()
119 if (rx_queue < 0) in dump_tcp6_sock()
120 rx_queue = 0; in dump_tcp6_sock()
131 tp->tcp.write_seq - tp->tcp.snd_una, rx_queue, in dump_tcp6_sock()