Home
last modified time | relevance | path

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

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