Home
last modified time | relevance | path

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

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