c
void ICMPMSGOUT_INC_STATS(struct net *net, uint16_t field) {
    SNMP_INC_STATS_ATOMIC_LONG((net)->mib.icmpmsg_statistics, field);
}
