Searched refs:tcp_options_len (Results 1 – 1 of 1) sorted by relevance
327 size_t tcp_options_len = (th_off(th) - 5) * 4; in tcp_data_len() local329 net_pkt_ip_opts_len(pkt) - sizeof(*th) - tcp_options_len; in tcp_data_len()1070 static uint8_t *tcp_options_get(struct net_pkt *pkt, int tcp_options_len, in tcp_options_get() argument1080 ret = net_pkt_read(pkt, buf, MIN(tcp_options_len, buf_len)); in tcp_options_get()2808 size_t tcp_options_len = th ? (th_off(th) - 5) * 4 : 0; in tcp_in() local2873 if (tcp_options_len && !tcp_options_check(&conn->recv_options, pkt, in tcp_in()2874 tcp_options_len)) { in tcp_in()