Lines Matching refs:tp
235 struct tcp_sock *tp = tcp_sk(sk);
239 __entry->rtt_us = tp->rcv_rtt_est.rtt_us >> 3;
240 __entry->copied = tp->copied_seq - tp->rcvq_space.seq;
241 __entry->inq = tp->rcv_nxt - tp->copied_seq;
242 __entry->space = tp->rcvq_space.space;
243 __entry->ooo_space = RB_EMPTY_ROOT(&tp->out_of_order_queue) ? 0 :
244 TCP_SKB_CB(tp->ooo_last_skb)->end_seq -
245 tp->rcv_nxt;
248 __entry->scaling_ratio = tp->scaling_ratio;
388 const struct tcp_sock *tp = tcp_sk(sk);
402 __entry->snd_nxt = tp->snd_nxt;
403 __entry->snd_una = tp->snd_una;
404 __entry->snd_cwnd = tcp_snd_cwnd(tp);
405 __entry->snd_wnd = tp->snd_wnd;
406 __entry->rcv_wnd = tp->rcv_wnd;
408 __entry->srtt = tp->srtt_us >> 3;