c
void ICMPMSGOUT_INC_STATS(struct net *net, unsigned int field) {
    SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field + 256);
}
