Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dip_mroute.c1042 free_bw_list(rt->mfc_bw_meter); in expire_mfc()
1182 rt->mfc_bw_meter = NULL; in add_mfc()
1262 free_bw_list(rt->mfc_bw_meter); in del_mfc()
1263 rt->mfc_bw_meter = NULL; in del_mfc()
1510 rt->mfc_bw_meter = NULL; in ip_mforward()
1579 while (rt->mfc_bw_meter != NULL) {
1582 rt->mfc_bw_meter = x->bm_mfc_next;
1760 if (rt->mfc_bw_meter != NULL) {
2510 mfc->mfc_bw_meter = x;
2554 list = mfc->mfc_bw_meter;
[all …]
H A Dip_mroute.h271 struct bw_meter *mfc_bw_meter; /* list of bandwidth meters */ member