Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c2519 static int32_t tcp_compute_new_length(struct tcp *conn, struct tcphdr *hdr, size_t len, in tcp_compute_new_length() function
3353 if (tcp_compute_new_length(conn, th, len, false) > 0) { in tcp_in()
3433 if (tcp_compute_new_length(conn, th, len, false) > 0) { in tcp_in()
3476 int32_t new_len = tcp_compute_new_length(conn, th, len, true); in tcp_in()
3528 int32_t new_len = tcp_compute_new_length(conn, th, len, true); in tcp_in()