Lines Matching refs:tcphdr
1617 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print() argument
1622 ntohs(tcphdr->src), ntohs(tcphdr->dest))); in tcp_debug_print()
1625 ntohl(tcphdr->seqno))); in tcp_debug_print()
1628 ntohl(tcphdr->ackno))); in tcp_debug_print()
1631 TCPH_HDRLEN(tcphdr), in tcp_debug_print()
1632 TCPH_FLAGS(tcphdr) >> 5 & 1, in tcp_debug_print()
1633 TCPH_FLAGS(tcphdr) >> 4 & 1, in tcp_debug_print()
1634 TCPH_FLAGS(tcphdr) >> 3 & 1, in tcp_debug_print()
1635 TCPH_FLAGS(tcphdr) >> 2 & 1, in tcp_debug_print()
1636 TCPH_FLAGS(tcphdr) >> 1 & 1, in tcp_debug_print()
1637 TCPH_FLAGS(tcphdr) & 1, in tcp_debug_print()
1638 ntohs(tcphdr->wnd))); in tcp_debug_print()
1639 tcp_debug_print_flags(TCPH_FLAGS(tcphdr)); in tcp_debug_print()
1643 ntohs(tcphdr->chksum), ntohs(tcphdr->urgp))); in tcp_debug_print()