Searched defs:tcp_hdr (Results 1 – 2 of 2) sorted by relevance
159 struct tcp_hdr { struct160 u_short th_sport; /* source port */161 u_short th_dport; /* destination port */162 uint32_t th_seq; /* sequence number */163 uint32_t th_ack; /* acknowledgment number */165 u_char th_off : 4, /* data offset */166 th_x2:4; /* (unused) */168 u_char th_x2 : 4, /* (unused) */169 th_off:4; /* data offset */176 u_char th_flags;[all …]
2362 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local