HomeSort by: relevance | last modified time | path
    Searched defs:icps (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_icmp.c 614 uint64_t *icps = percpu_getref(icmpstat_percpu); local in function:_icmp_input
615 icps[ICMP_STAT_REFLECT]++;
616 icps[ICMP_STAT_OUTHIST + icp->icmp_type]++;
ip_icmp.c 614 uint64_t *icps = percpu_getref(icmpstat_percpu); local in function:_icmp_input
615 icps[ICMP_STAT_REFLECT]++;
616 icps[ICMP_STAT_OUTHIST + icp->icmp_type]++;

Completed in 22 milliseconds