Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/l2/ppp/
Dppp_stats.h35 static inline void ppp_stats_update_bytes_tx(struct net_if *iface, in ppp_stats_update_bytes_tx() function
129 #define ppp_stats_update_bytes_tx(iface, bytes) macro
Dppp_l2.c54 ppp_stats_update_bytes_tx(iface, length); in ppp_update_tx_stats()