Searched refs:ip_idrop (Results 1 – 1 of 1) sorted by relevance
42 static u_int ip_idrop; variable66 len = sizeof(ip_idrop); in fetch_ipstat()67 if (sysctlbyname("net.inet.ip.intr_queue_drops", &ip_idrop, &len, NULL, 0) == -1) in fetch_ipstat()69 if (len != sizeof(ip_idrop)) { in fetch_ipstat()71 ip_idrop = 0; in fetch_ipstat()304 value->v.uint32 = ip_idrop; in op_ipstat()