Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dicmp.h29 #define ICMP_INC_STATS(net, field) SNMP_INC_STATS((net)->mib.icmp_statistics, field) macro
/linux-5.19.10/net/ipv4/
Dicmp.c337 ICMP_INC_STATS(net, ICMP_MIB_OUTMSGS); in icmp_out_count()