Home
last modified time | relevance | path

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

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