Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_mroute.h230 u_int32_t tbf_q_len; /* length of queue at this vif */ member
H A Dip_mroute.c865 vifp->tbf_q_len = 0; in add_vif()
1914 if (vifp->tbf_q_len == 0) { in tbf_control()
1925 if (vifp->tbf_q_len >= vifp->tbf_max_q_len && in tbf_control()
1949 vifp->tbf_q_len++; in tbf_queue()
1979 --vifp->tbf_q_len; in tbf_process_q()
2001 if (vifp->tbf_q_len != 0) in tbf_reprocess_q()
2024 --vifp->tbf_q_len; in tbf_dq_sel()