Lines Matching defs:pf

1167 pfctl_add_rule(struct pfctl *pf, struct pf_rule *r)  in pfctl_add_rule()
1182 pfctl_ruleset_trans(struct pfctl *pf, char *path, struct pf_anchor *a) in pfctl_ruleset_trans()
1197 pfctl_add_queue(struct pfctl *pf, struct pf_queuespec *q) in pfctl_add_queue()
1291 pfctl_load_queue(struct pfctl *pf, u_int32_t ticket, struct pfctl_qsitem *qi) in pfctl_load_queue()
1311 pfctl_load_queues(struct pfctl *pf) in pfctl_load_queues()
1428 pfctl_load_tables(struct pfctl *pf, char *path, struct pf_anchor *a) in pfctl_load_tables()
1463 pfctl_load_ruleset(struct pfctl *pf, char *path, struct pf_ruleset *rs, in pfctl_load_ruleset()
1527 pfctl_load_rule(struct pfctl *pf, char *path, struct pf_rule *r, int depth) in pfctl_load_rule()
1582 struct pfctl pf; in pfctl_rules() local
1733 pfctl_init_options(struct pfctl *pf) in pfctl_init_options()
1792 pfctl_load_options(struct pfctl *pf) in pfctl_load_options()
1862 pfctl_set_limit(struct pfctl *pf, const char *opt, unsigned int limit) in pfctl_set_limit()
1885 pfctl_load_limit(struct pfctl *pf, unsigned int index, unsigned int limit) in pfctl_load_limit()
1905 pfctl_set_timeout(struct pfctl *pf, const char *opt, int seconds, int quiet) in pfctl_set_timeout()
1930 pfctl_load_timeout(struct pfctl *pf, unsigned int timeout, unsigned int seconds) in pfctl_load_timeout()
1945 pfctl_set_synflwats(struct pfctl *pf, u_int32_t lowat, u_int32_t hiwat) in pfctl_set_synflwats()
1961 pfctl_set_reassembly(struct pfctl *pf, int on, int nodf) in pfctl_set_reassembly()
1980 pfctl_set_syncookies(struct pfctl *pf, u_int8_t val, struct pfctl_watermarks *w) in pfctl_set_syncookies()
2024 pfctl_set_optimization(struct pfctl *pf, const char *opt) in pfctl_set_optimization()
2051 pfctl_set_logif(struct pfctl *pf, char *ifname) in pfctl_set_logif()
2070 pfctl_load_logif(struct pfctl *pf, char *ifname) in pfctl_load_logif()
2088 pfctl_set_hostid(struct pfctl *pf, u_int32_t hostid) in pfctl_set_hostid()
2100 pfctl_load_hostid(struct pfctl *pf, u_int32_t hostid) in pfctl_load_hostid()
2110 pfctl_load_reassembly(struct pfctl *pf, u_int32_t reassembly) in pfctl_load_reassembly()
2120 pfctl_load_syncookies(struct pfctl *pf, u_int8_t val) in pfctl_load_syncookies()
2130 pfctl_set_debug(struct pfctl *pf, char *d) in pfctl_set_debug()
2155 pfctl_load_debug(struct pfctl *pf, unsigned int level) in pfctl_load_debug()
2165 pfctl_set_interface_flags(struct pfctl *pf, char *ifname, int flags, int how) in pfctl_set_interface_flags()
2483 struct pfctl pf; in pfctl_reset() local