Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_stats.h521 static inline void net_stats_update_tc_tx_time_detail(struct net_if *iface, in net_stats_update_tc_tx_time_detail() function
539 #define net_stats_update_tc_tx_time_detail(iface, tc, detail_stat) macro
624 static inline void net_stats_update_tc_tx_time_detail(struct net_if *iface, in net_stats_update_tc_tx_time_detail() function
633 #define net_stats_update_tc_tx_time_detail(iface, pkt_priority, detail_stat) macro
Dnet_if.c289 net_stats_update_tc_tx_time_detail( in net_if_tx()