Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dpf_ioctl.c620 pfr_clr_tables(&pt.pfrio_table, &pt.pfrio_ndel, pt.pfrio_flags);
2020 error = pfr_clr_tables(&io64->pfrio_table, &io64->pfrio_ndel, in pfioctl_ioc_table()
2199 error = pfr_clr_tables(&io32->pfrio_table, &io32->pfrio_ndel, in pfioctl_ioc_table()
H A Dpfvar.h2281 __private_extern__ int pfr_clr_tables(struct pfr_table *, int *, int);
H A Dpf_table.c1252 pfr_clr_tables(struct pfr_table *filter, int *ndel, int flags) in pfr_clr_tables() function