Searched refs:th_off (Results 1 – 2 of 2) sorted by relevance
22 #define th_off(_x) ((_x)->th_off) macro175 uint8_t th_off:4; /* data offset, in units of 32-bit words */ member177 uint8_t th_off:4; member
327 size_t tcp_options_len = (th_off(th) - 5) * 4; in tcp_data_len()343 if (th_off(th) < 5) { in tcp_th()345 "bogus th_off: %hu", (uint16_t)th_off(th)); in tcp_th()1267 th->th_off = 5; in tcp_header_add()1270 th->th_off++; in tcp_header_add()1424 th_rst->th_off = 5; in net_tcp_reply_rst()2832 tcp_options_len = (th_off(th) - 5) * 4; in tcp_in()2851 if (th_off(th) < 5) { in tcp_in()
Completed in 26 milliseconds