Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpf_ioctl.c565 pfr_clr_tables(&pt.pfrio_table, &pt.pfrio_ndel, pt.pfrio_flags);
1942 error = pfr_clr_tables(&io64->pfrio_table, &io64->pfrio_ndel, in pfioctl_ioc_table()
2121 error = pfr_clr_tables(&io32->pfrio_table, &io32->pfrio_ndel, in pfioctl_ioc_table()
H A Dpfvar.h2279 __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