tcp.d provides both tcpinfo_t and tcpinfoh_t - where the former is for tcphdr structs in network order, and the latter for tcphdr which are partially in host order.
now, debug__input is used in tcp_input and tcp_do_segment, but only after tcp_fields_to_host(th) (in line 766) was called.
Sponsored by: REMS (rems.io)