Home
last modified time | relevance | path

Searched refs:tbf_q_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c1000 vifp->v_tbf->tbf_q_len = 0; in add_vif()
2854 (ptrdiff_t)(vifp - ipst->ips_vifs), t->tbf_q_len, in tbf_control()
2870 t->tbf_q_len); in tbf_control()
2873 if (t->tbf_q_len == 0) { in tbf_control()
2887 } else if (t->tbf_q_len < t->tbf_max_q_len) { in tbf_control()
2927 if (t->tbf_q_len == 0) { in tbf_control()
2965 t->tbf_q_len++; in tbf_queue()
2995 while (t->tbf_q_len > 0) { in tbf_process_q()
3008 if (--t->tbf_q_len == 0) { in tbf_process_q()
3035 if (vifp->v_tbf->tbf_q_len > 0) { in tbf_reprocess_q()
[all …]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h286 uint_t tbf_q_len; /* length of queue at this vif */ member