Searched refs:rx_queue (Results 1 – 2 of 2) sorted by relevance
85 int rx_queue; in dump_tcp_sock() local116 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()
85 int rx_queue; in dump_tcp6_sock() local116 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()