Searched refs:ostlim (Results 1 – 1 of 1) sorted by relevance
4203 struct pfctl_statelim *ostlim; in pfctl_add_statelim() local4205 ostlim = RB_INSERT(pfctl_statelim_ids, &pf->statelim_ids, stlim); in pfctl_add_statelim()4206 if (ostlim != NULL) in pfctl_add_statelim()4209 ostlim = RB_INSERT(pfctl_statelim_nms, &pf->statelim_nms, stlim); in pfctl_add_statelim()4210 if (ostlim != NULL) { in pfctl_add_statelim()