Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_mroute.c1035 free_bw_list(rt->mfc_bw_meter); in expire_mfc()
1138 rt->mfc_bw_meter = NULL; in add_mfc()
1178 free_bw_list(rt->mfc_bw_meter); in del_mfc()
1179 rt->mfc_bw_meter = NULL; in del_mfc()
1392 rt->mfc_bw_meter = NULL; in X_ip_mforward()
1461 while (rt->mfc_bw_meter != NULL) { in expire_upcalls()
1601 if (rt->mfc_bw_meter != NULL) { in ip_mdq()
1830 x->bm_mfc_next = mfc->mfc_bw_meter; in add_bw_upcall()
1831 mfc->mfc_bw_meter = x; in add_bw_upcall()
1875 list = mfc->mfc_bw_meter; in del_bw_upcall()
[all …]
H A Dip_mroute.h286 struct bw_meter *mfc_bw_meter; /* list of bandwidth meters */ member
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h286 struct bw_meter *mfc_bw_meter; /* list of bandwidth meters */ member
/f-stack/tools/netstat/
H A Dmroute.c216 bwm = m->mfc_bw_meter; in print_mfc()