Home
last modified time | relevance | path

Searched refs:tcp_options_len (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/ip/
Dtcp2.c245 size_t tcp_options_len = (th_off(th) - 5) * 4; in tcp_data_len() local
247 net_pkt_ip_opts_len(pkt) - sizeof(*th) - tcp_options_len; in tcp_data_len()
587 static uint8_t *tcp_options_get(struct net_pkt *pkt, int tcp_options_len, in tcp_options_get() argument
597 ret = net_pkt_read(pkt, buf, MIN(tcp_options_len, buf_len)); in tcp_options_get()
1707 size_t tcp_options_len = th ? (th_off(th) - 5) * 4 : 0; in tcp_in() local
1743 if (tcp_options_len && !tcp_options_check(&conn->recv_options, pkt, in tcp_in()
1744 tcp_options_len)) { in tcp_in()