Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_mroute.c1921 struct bw_meter *x, **bwm_ptr; in add_bw_upcall() local
1953 bwm_ptr = &mfc->mfc_bw_meter_geq; in add_bw_upcall()
1955 bwm_ptr = &mfc->mfc_bw_meter_leq; in add_bw_upcall()
1957 for (x = *bwm_ptr; x != NULL; x = x->bm_mfc_next) { in add_bw_upcall()
2001 x->bm_mfc_next = *bwm_ptr; in add_bw_upcall()
2002 *bwm_ptr = x; in add_bw_upcall()
2033 struct bw_meter *x, **bwm_ptr; in del_bw_upcall() local
2070 bwm_ptr = &mfc->mfc_bw_meter_geq; in del_bw_upcall()
2072 bwm_ptr = &mfc->mfc_bw_meter_leq; in del_bw_upcall()
2075 for (prev = NULL, x = *bwm_ptr; x != NULL; in del_bw_upcall()
[all …]