Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dpf_ioctl.c731 if (rule->overload_tbl) { in pf_rm_rule()
732 pfr_detach_table(rule->overload_tbl); in pf_rm_rule()
753 if (rule->overload_tbl) { in pf_rm_rule()
754 pfr_detach_table(rule->overload_tbl); in pf_rm_rule()
1161 dst->overload_tbl = NULL; in pf_rule_copyin()
1184 dst->overload_tbl = NULL; in pf_rule_copyout()
2754 if ((rule->overload_tbl = pfr_attach_table(ruleset, in pf_rule_setup()
2758 rule->overload_tbl->pfrkt_flags |= in pf_rule_setup()
3101 if ((newrule->overload_tbl = pfr_attach_table( in pfioctl_ioc_rule()
3106 newrule->overload_tbl->pfrkt_flags |= in pfioctl_ioc_rule()
H A Dpfvar.h709 struct pfr_ktable *overload_tbl __attribute__((aligned(8))); member
711 void *overload_tbl __attribute__((aligned(8))); member
H A Dpf.c1261 if ((*state)->rule.ptr->overload_tbl) { in pf_src_connlimit()
1287 pfr_insert_kentry((*state)->rule.ptr->overload_tbl, in pf_src_connlimit()