Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_stats.h488 static inline void net_stats_update_tc_sent_bytes(struct net_if *iface, in net_stats_update_tc_sent_bytes() function
602 #define net_stats_update_tc_sent_bytes(iface, tc, bytes) macro
Dnet_if.c357 net_stats_update_tc_sent_bytes(iface, tc, net_pkt_get_len(pkt)); in net_if_queue_tx()