Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_stats.h544 static inline void net_stats_update_tc_rx_time(struct net_if *iface, in net_stats_update_tc_rx_time() function
559 #define net_stats_update_tc_rx_time(iface, tc, start_time, end_time) macro
638 static inline void net_stats_update_tc_rx_time(struct net_if *iface, in net_stats_update_tc_rx_time() function
648 #define net_stats_update_tc_rx_time(iface, priority, start_time, end_time) macro
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c866 net_stats_update_tc_rx_time(net_pkt_iface(pkt), in net_socket_update_tc_rx_time()