Searched refs:ostlim (Results 1 – 1 of 1) sorted by relevance
4212 struct pfctl_statelim *ostlim; in pfctl_add_statelim() local4214 ostlim = RB_INSERT(pfctl_statelim_ids, &pf->statelim_ids, stlim); in pfctl_add_statelim()4215 if (ostlim != NULL) in pfctl_add_statelim()4218 ostlim = RB_INSERT(pfctl_statelim_nms, &pf->statelim_nms, stlim); in pfctl_add_statelim()4219 if (ostlim != NULL) { in pfctl_add_statelim()