Searched refs:tcphd (Results 1 – 1 of 1) sorted by relevance
204 struct tcp_hdr *tcphd; in fill_pkt_tcp_info() local206 tcphd = (struct tcp_hdr *)pkt->transport_header; in fill_pkt_tcp_info()208 pkt->tcp_seq = ntohl(tcphd->th_seq); in fill_pkt_tcp_info()209 pkt->tcp_ack = ntohl(tcphd->th_ack); in fill_pkt_tcp_info()213 + (tcphd->th_off << 2); in fill_pkt_tcp_info()216 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()