Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c82 static enum net_verdict tcp_in(struct tcp *conn, struct net_pkt *pkt);
2273 verdict = tcp_in(conn, pkt); in tcp_recv()
2802 static enum net_verdict tcp_in(struct tcp *conn, struct net_pkt *pkt) in tcp_in() function
3952 (void)tcp_in(conn, NULL); in net_tcp_connect()
4167 verdict = tcp_in(conn, pkt); in tcp_input()
4287 verdict = tcp_in(conn, NULL); in tp_input()