Searched refs:options_buf (Results 1 – 1 of 1) sorted by relevance
1093 uint8_t options_buf[40]; /* TCP header max options size is 40 */ in tcp_options_check() local1095 uint8_t *options = tcp_options_get(pkt, len, options_buf, in tcp_options_check()1096 sizeof(options_buf)); in tcp_options_check()