Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.c1120 free_bw_list(rt->mfc_bw_meter_geq); in expire_mfc()
1223 rt->mfc_bw_meter_geq = NULL; in add_mfc()
1482 rt->mfc_bw_meter_geq = NULL; in X_ip_mforward()
1674 if ((rt->mfc_bw_meter_geq != NULL) || (rt->mfc_bw_meter_leq != NULL)) { in ip_mdq()
1680 for (x = rt->mfc_bw_meter_geq; x != NULL; x = x->bm_mfc_next) in ip_mdq()
1931 bwm_ptr = &mfc->mfc_bw_meter_geq; in add_bw_upcall()
2035 list = mfc->mfc_bw_meter_geq; in del_bw_upcall()
2036 mfc->mfc_bw_meter_geq = NULL; in del_bw_upcall()
2048 bwm_ptr = &mfc->mfc_bw_meter_geq; in del_bw_upcall()
H A Dip_mroute.h290 struct bw_meter *mfc_bw_meter_geq; /* list of bandwidth meters member
/freebsd/usr.bin/netstat/
H A Dmroute.c221 bwm = m->mfc_bw_meter_geq; in print_mfc()