OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbf_q_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
ip_mroute.h
245
u_int32_t
tbf_q_len
; /* length of queue at this vif */
member in struct:vif
ip_mroute.c
865
vifp->
tbf_q_len
= 0;
1914
if (vifp->
tbf_q_len
== 0) {
1925
if (vifp->
tbf_q_len
>= vifp->tbf_max_q_len &&
1949
vifp->
tbf_q_len
++;
1979
--vifp->
tbf_q_len
;
2001
if (vifp->
tbf_q_len
!= 0)
2024
--vifp->
tbf_q_len
;
Completed in 14 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025