Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dpf_ioctl.c783 if (rule->overload_tbl) { in pf_rm_rule()
784 pfr_detach_table(rule->overload_tbl); in pf_rm_rule()
805 if (rule->overload_tbl) { in pf_rm_rule()
806 pfr_detach_table(rule->overload_tbl); in pf_rm_rule()
1212 dst->overload_tbl = NULL; in pf_rule_copyin()
1242 dst->overload_tbl = NULL; in pf_rule_copyout()
2817 if ((rule->overload_tbl = pfr_attach_table(ruleset, in pf_rule_setup()
2821 rule->overload_tbl->pfrkt_flags |= in pf_rule_setup()
3162 if ((newrule->overload_tbl = pfr_attach_table( in pfioctl_ioc_rule()
3167 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.c1275 if ((*state)->rule.ptr->overload_tbl) { in pf_src_connlimit()
1301 pfr_insert_kentry((*state)->rule.ptr->overload_tbl, in pf_src_connlimit()