Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c1464 rt->mfc_bw_meter = x->bm_mfc_next; in expire_upcalls()
1607 for (x = rt->mfc_bw_meter; x != NULL; x = x->bm_mfc_next) in ip_mdq()
1798 for (x = mfc->mfc_bw_meter; x != NULL; x = x->bm_mfc_next) { in add_bw_upcall()
1830 x->bm_mfc_next = mfc->mfc_bw_meter; in add_bw_upcall()
1844 list = list->bm_mfc_next; in free_bw_list()
1888 prev = x, x = x->bm_mfc_next) { in del_bw_upcall()
1898 prev->bm_mfc_next = x->bm_mfc_next; /* remove from middle*/ in del_bw_upcall()
1900 x->bm_mfc->mfc_bw_meter = x->bm_mfc_next;/* new head of list */ in del_bw_upcall()
H A Dip_mroute.h328 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ member
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h328 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ member
/f-stack/tools/netstat/
H A Dmroute.c223 bwm = bw_meter.bm_mfc_next; in print_mfc()