Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_stats.h258 static inline void net_stats_update_tcp_seg_sent(struct net_if *iface) in net_stats_update_tcp_seg_sent() function
312 #define net_stats_update_tcp_seg_sent(iface) macro
Dtcp.c1778 net_stats_update_tcp_seg_sent(conn->iface); in tcp_send_data()
Dnet_if.c195 net_stats_update_tcp_seg_sent(net_context_get_iface(context)); in net_context_send_cb()