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

/freebsd-13-stable/sys/net/
H A Dnetisr.h92 u_int snp_qlimit; /* nh_qlimit */
197 u_int nh_qlimit; /* Maximum per-CPU queue depth. */ member in struct:netisr_handler
H A Dnetisr.c192 * initialize the nh_qlimit field of their struct netisr_handler. If this is
441 if (nhp->nh_qlimit == 0)
443 else if (nhp->nh_qlimit > netisr_maxqlimit) {
445 "net.isr.maxqlimit %u\n", __func__, name, nhp->nh_qlimit,
449 netisr_proto[proto].np_qlimit = nhp->nh_qlimit;
H A Dif_epair.c324 epair_nh.nh_qlimit);
1031 epair_nh.nh_qlimit = 42 * ifqmaxlen; /* 42 shall be the number. */
1033 epair_nh.nh_qlimit = qlimit;
H A Drtsock.c240 rtsock_nh.nh_qlimit = tmp;

Completed in 111 milliseconds