Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_mroute.c1582 rt->mfc_bw_meter = x->bm_mfc_next;
1765 for (x = rt->mfc_bw_meter; x != NULL; x = x->bm_mfc_next)
2477 for (x = mfc->mfc_bw_meter; x != NULL; x = x->bm_mfc_next) {
2509 x->bm_mfc_next = mfc->mfc_bw_meter;
2523 list = list->bm_mfc_next;
2567 prev = x, x = x->bm_mfc_next) {
2577 prev->bm_mfc_next = x->bm_mfc_next; /* remove from middle*/
2579 x->bm_mfc->mfc_bw_meter = x->bm_mfc_next;/* new head of list */
H A Dip_mroute.h318 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ member