Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c4203 struct pfctl_statelim *ostlim; in pfctl_add_statelim() local
4205 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()