Home
last modified time | relevance | path

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

/freebsd/usr.bin/netstat/
H A Dmroute.c218 bwm = bw_meter.bm_mfc_next; in print_mfc()
227 bwm = bw_meter.bm_mfc_next; in print_mfc()
/freebsd/sys/netinet/
H A Dip_mroute.c1683 for (x = rt->mfc_bw_meter_geq; x != NULL; x = x->bm_mfc_next) in ip_mdq()
1687 for (x = rt->mfc_bw_meter_leq; x != NULL; x = x->bm_mfc_next) { in ip_mdq()
1939 for (x = *bwm_ptr; x != NULL; x = x->bm_mfc_next) { in add_bw_upcall()
1983 x->bm_mfc_next = *bwm_ptr; in add_bw_upcall()
2003 list = list->bm_mfc_next; in free_bw_list()
2058 prev = x, x = x->bm_mfc_next) { in del_bw_upcall()
2067 prev->bm_mfc_next = x->bm_mfc_next; /* remove from middle*/ in del_bw_upcall()
2069 *bwm_ptr = x->bm_mfc_next;/* new head of list */ in del_bw_upcall()
H A Dip_mroute.h332 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ member