Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance
41 struct tcphdr { struct42 uint16_t th_sport; /* source port */43 uint16_t th_dport; /* destination port */44 tcp_seq th_seq; /* sequence number */45 tcp_seq th_ack; /* acknowledgement number */46 uint8_t th_offx2; /* data offset, rsvd */47 uint8_t th_flags;48 uint16_t th_win; /* window */49 uint16_t th_sum; /* checksum */50 uint16_t th_urp; /* urgent pointer */
52 struct tcphdr { struct53 u_short th_sport; /* source port */54 u_short th_dport; /* destination port */55 tcp_seq th_seq; /* sequence number */56 tcp_seq th_ack; /* acknowledgement number */58 u_char th_x2:4, /* (unused) */59 th_off:4; /* data offset */62 u_char th_off:4, /* data offset */63 th_x2:4; /* (unused) */65 u_char th_flags;[all …]
367 tcp_next(struct tcphdr *tcphdr) in tcp_next()
121 cvmip_tcp_hdr_t tcphdr; member
844 struct tcphdr* tcphdr; in FormatPacket() local
1393 struct tcphdr *tcp, tcphdr; in ptnet_tx_offload_tso() local
2066 struct tcphdr *tcp, tcphdr; in vtnet_txq_offload_tso() local