Home
last modified time | relevance | path

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

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