HomeSort by: relevance | last modified time | path
    Searched refs:mfc_bw_meter (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_mroute.c 1017 free_bw_list(rt->mfc_bw_meter);
1152 rt->mfc_bw_meter = NULL;
1232 free_bw_list(rt->mfc_bw_meter);
1233 rt->mfc_bw_meter = NULL;
1477 rt->mfc_bw_meter = NULL;
1546 while (rt->mfc_bw_meter != NULL) {
1547 struct bw_meter *x = rt->mfc_bw_meter;
1549 rt->mfc_bw_meter = x->bm_mfc_next;
1708 if (rt->mfc_bw_meter != NULL) {
1713 for (x = rt->mfc_bw_meter; x != NULL; x = x->bm_mfc_next
    [all...]
ip_mroute.h 282 struct bw_meter *mfc_bw_meter; /* list of bandwidth meters */ member in struct:mfc
  /src/usr.bin/netstat/
mroute.c 243 bwm = mfc.mfc_bw_meter;

Completed in 14 milliseconds