Searched refs:tcp_compute_new_length (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2519 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()
|