Searched refs:net_stats_update_tcp_sent (Results 1 – 2 of 2) sorted by relevance
237 static inline void net_stats_update_tcp_sent(struct net_if *iface, uint32_t bytes) in net_stats_update_tcp_sent() function308 #define net_stats_update_tcp_sent(iface, bytes) macro
1778 net_stats_update_tcp_sent(conn->iface, len); in tcp_send_data()