Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.h629 struct pfctl_source_lim { struct
673 int pfctl_source_limiter_get(struct pfctl_handle *h, struct pfctl_source_lim *lim); argument
674 int pfctl_source_limiter_nget(struct pfctl_handle *h, struct pfctl_source_lim *lim);
675 int pfctl_source_limiter_add(struct pfctl_handle *h, struct pfctl_source_lim *lim);
H A Dlibpfctl.c4168 #define _OUT(_field) offsetof(struct pfctl_source_lim, _field) in _pfctl_source_limiter_get()
4194 pfctl_source_limiter_add(struct pfctl_handle *h, struct pfctl_source_lim *lim) in _pfctl_source_limiter_get()
4241 _pfctl_source_limiter_get(struct pfctl_handle *h, int cmd, struct pfctl_source_lim *lim) in pfctl_source_get()
4276 pfctl_source_limiter_get(struct pfctl_handle *h, struct pfctl_source_lim *lim) in pfctl_source_clear()
4282 pfctl_source_limiter_nget(struct pfctl_handle *h, struct pfctl_source_lim *lim) in pfctl_source_clear()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.h88 struct pfctl_source_lim ioc;
349 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()
2320 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()