Searched defs:tcp_hdr (Results 1 – 2 of 2) sorted by relevance
159 struct tcp_hdr { struct160 u_short th_sport; /* source port */162 uint32_t th_seq; /* sequence 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;185 u_short th_win; /* window */186 u_short th_sum; /* checksum */[all …]
2359 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local
Completed in 22 milliseconds