Home
last modified time | relevance | path

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

/src/lib/libpfctl/
H A Dlibpfctl.h627 struct pfctl_source_lim { struct
671 int pfctl_source_limiter_get(struct pfctl_handle *h, struct pfctl_source_lim *lim); argument
672 int pfctl_source_limiter_nget(struct pfctl_handle *h, struct pfctl_source_lim *lim);
673 int pfctl_source_limiter_add(struct pfctl_handle *h, struct pfctl_source_lim *lim);
H A Dlibpfctl.c4094 #define _OUT(_field) offsetof(struct pfctl_source_lim, _field)
4120 pfctl_source_limiter_add(struct pfctl_handle *h, struct pfctl_source_lim *lim) in pfctl_source_limiter_add()
4164 _pfctl_source_limiter_get(struct pfctl_handle *h, int cmd, struct pfctl_source_lim *lim) in _pfctl_source_limiter_get()
4197 pfctl_source_limiter_get(struct pfctl_handle *h, struct pfctl_source_lim *lim) in pfctl_source_limiter_get()
4203 pfctl_source_limiter_nget(struct pfctl_handle *h, struct pfctl_source_lim *lim) in pfctl_source_limiter_nget()
/src/sbin/pfctl/
H A Dpfctl_parser.h87 struct pfctl_source_lim ioc;
347 void print_sourcelim(const struct pfctl_source_lim *);
H A Dpfctl.c129 void pfctl_load_sourcelim(struct pfctl *, struct pfctl_source_lim *);
1355 pfctl_show_sources(int dev, const struct pfctl_source_lim *srlim, in pfctl_show_sources()
1373 struct pfctl_source_lim srlim; in pfctl_show_sourcelims()
2316 pfctl_load_sourcelim(struct pfctl *pf, struct pfctl_source_lim *srlim) in pfctl_load_sourcelim()
H A Dpfctl_parser.c870 print_sourcelim(const struct pfctl_source_lim *ioc) in print_sourcelim()