Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf_ioctl.c784 if (rule->overload_tbl) { in pf_rm_rule()
785 pfr_detach_table(rule->overload_tbl); in pf_rm_rule()
806 if (rule->overload_tbl) { in pf_rm_rule()
807 pfr_detach_table(rule->overload_tbl); in pf_rm_rule()
1213 dst->overload_tbl = NULL; in pf_rule_copyin()
1243 dst->overload_tbl = NULL; in pf_rule_copyout()
2818 if ((rule->overload_tbl = pfr_attach_table(ruleset, in pf_rule_setup()
2822 rule->overload_tbl->pfrkt_flags |= in pf_rule_setup()
3163 if ((newrule->overload_tbl = pfr_attach_table( in pfioctl_ioc_rule()
3168 newrule->overload_tbl->pfrkt_flags |= in pfioctl_ioc_rule()
H A Dpfvar.h720 struct pfr_ktable *overload_tbl __attribute__((aligned(8))); member
722 void *overload_tbl __attribute__((aligned(8))); member
H A Dpf.c1278 if ((*state)->rule.ptr->overload_tbl) { in pf_src_connlimit()
1304 pfr_insert_kentry((*state)->rule.ptr->overload_tbl, in pf_src_connlimit()