Searched refs:nh_qlimit (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/net/
H A Dnetisr.h89 u_int snp_qlimit; /* nh_qlimit */
194 u_int nh_qlimit; /* Maximum per-CPU queue depth. */ member in struct:netisr_handler
H A Dnetisr.c191 * initialize the nh_qlimit field of their struct netisr_handler. If this is
440 if (nhp->nh_qlimit == 0)
442 else if (nhp->nh_qlimit > netisr_maxqlimit) {
444 "net.isr.maxqlimit %u\n", __func__, name, nhp->nh_qlimit,
448 netisr_proto[proto].np_qlimit = nhp->nh_qlimit;
H A Drtsock.c253 rtsock_nh.nh_qlimit = tmp;

Completed in 66 milliseconds