Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dpf_if.c367 if ((dyn->pfid_kt = pfr_attach_table(ruleset, tblname)) == NULL) { in pfi_dynaddr_setup()
H A Dpfvar.h2351 __private_extern__ struct pfr_ktable *pfr_attach_table(struct pf_ruleset *,
H A Dpf_ioctl.c2817 if ((rule->overload_tbl = pfr_attach_table(ruleset, in pf_rule_setup()
3162 if ((newrule->overload_tbl = pfr_attach_table( in pfioctl_ioc_rule()
H A Dpf_table.c2328 pfr_attach_table(struct pf_ruleset *rs, char const *name) in pfr_attach_table() function
H A Dpf.c1839 …if ((aw->p.tbl = pfr_attach_table(rs, __unsafe_null_terminated_from_indexable(aw->v.tblname))) == … in pf_tbladdr_setup()