Searched refs:ipv6_pmtu (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/net/stats/src/ |
D | main.c | 48 GET_STAT(iface, ipv6_pmtu.recv), in print_stats() 49 GET_STAT(iface, ipv6_pmtu.sent), in print_stats() 50 GET_STAT(iface, ipv6_pmtu.drop)); in print_stats()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.c | 101 GET_STAT(iface, ipv6_pmtu.recv), in stats() 102 GET_STAT(iface, ipv6_pmtu.sent), in stats() 103 GET_STAT(iface, ipv6_pmtu.drop)); in stats() 303 src = GET_STAT_ADDR(iface, ipv6_pmtu); in net_stats_get()
|
D | net_stats.h | 121 UPDATE_STAT(iface, stats.ipv6_pmtu.sent++); in net_stats_update_ipv6_pmtu_sent() 126 UPDATE_STAT(iface, stats.ipv6_pmtu.recv++); in net_stats_update_ipv6_pmtu_recv() 131 UPDATE_STAT(iface, stats.ipv6_pmtu.drop++); in net_stats_update_ipv6_pmtu_drop()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 472 GET_STAT(iface, ipv6_pmtu.recv), in net_shell_print_statistics() 473 GET_STAT(iface, ipv6_pmtu.sent), in net_shell_print_statistics() 474 GET_STAT(iface, ipv6_pmtu.drop)); in net_shell_print_statistics()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_stats.h | 419 struct net_stats_ipv6_pmtu ipv6_pmtu; member 1202 &(iface)->stats.ipv6_pmtu.sent); \ 1209 &(iface)->stats.ipv6_pmtu.recv); \ 1216 &(iface)->stats.ipv6_pmtu.drop)
|