OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bm_mfc_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/netstat/
mroute.c
250
bwm = bw_meter.
bm_mfc_next
;
/src/sys/netinet/
ip_mroute.h
311
struct bw_meter *
bm_mfc_next
; /* next bw meter (same mfc) */
member in struct:bw_meter
ip_mroute.c
1549
rt->mfc_bw_meter = x->
bm_mfc_next
;
1713
for (x = rt->mfc_bw_meter; x != NULL; x = x->
bm_mfc_next
)
2207
for (x = mfc->mfc_bw_meter; x != NULL; x = x->
bm_mfc_next
) {
2239
x->
bm_mfc_next
= mfc->mfc_bw_meter;
2253
list = list->
bm_mfc_next
;
2297
prev = x, x = x->
bm_mfc_next
) {
2307
prev->
bm_mfc_next
= x->
bm_mfc_next
; /* remove from middle*/
2309
x->bm_mfc->mfc_bw_meter = x->
bm_mfc_next
;/* new head of list */
Completed in 47 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025