c
void ICMPMSGOUT_INC_STATS(struct net *net, unsigned char field) {
    SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field | 0x100);
}
