Searched refs:tcp_recv (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | ws.c | 213 uint32_t tcp_recv = 0; in netstats_collect() local 240 tcp_recv = data.tcp.bytes.received; in netstats_collect() 245 ipv6_sent, ipv4_recv, ipv4_sent, tcp_recv, tcp_sent); in netstats_collect()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 1100 NET_STATS_GET_INSTANCE(dev_id, sfx, tcp_recv), \ 1103 NET_STATS_GET_VAR(dev_id, sfx, tcp_recv), \
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2239 static enum net_verdict tcp_recv(struct net_conn *net_conn, in tcp_recv() function 2489 context, tcp_recv, context, in tcp_conn_new() 3926 context, tcp_recv, context, in net_tcp_connect() 4061 context, tcp_recv, context, in net_tcp_accept()
|