Lines Matching refs:thdp
201 struct tcp_hhook_data *thdp; in ertt_packet_measurement_hook() local
211 thdp = ctx_data; in ertt_packet_measurement_hook()
212 tp = thdp->tp; in ertt_packet_measurement_hook()
213 th = thdp->th; in ertt_packet_measurement_hook()
214 to = thdp->to; in ertt_packet_measurement_hook()
436 struct tcp_hhook_data *thdp; in ertt_add_tx_segment_info_hook() local
445 thdp = ctx_data; in ertt_add_tx_segment_info_hook()
446 tp = thdp->tp; in ertt_add_tx_segment_info_hook()
447 th = thdp->th; in ertt_add_tx_segment_info_hook()
448 to = thdp->to; in ertt_add_tx_segment_info_hook()
449 len = thdp->len; in ertt_add_tx_segment_info_hook()
450 tso = thdp->tso; in ertt_add_tx_segment_info_hook()