Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c2237 static struct tcp *tcp_conn_new(struct net_pkt *pkt);
2262 conn = tcp_conn_new(pkt); in tcp_recv()
2391 static struct tcp *tcp_conn_new(struct net_pkt *pkt) in tcp_conn_new() function