Searched refs:pfr_table (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_table.c184 static int pfr_validate_table(struct pfr_table *, int, int);
193 static struct pfr_ktable *pfr_create_ktable(struct pfr_table *, u_int64_t, int);
197 static struct pfr_ktable *pfr_lookup_table(struct pfr_table *);
199 static int pfr_table_count(struct pfr_table *, int);
200 static int pfr_skip_table(struct pfr_table *, struct pfr_ktable *, int);
208 static struct pfr_table pfr_nulltable;
240 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags)
267 pfr_add_addrs(struct pfr_table *tbl, user_addr_t _addr, int size,
344 pfr_del_addrs(struct pfr_table *tbl, user_addr_t _addr, int size,
431 pfr_set_addrs(struct pfr_table *tb
[all...]
H A Dpfvar.h1239 struct pfr_table { struct
1280 struct pfr_table pfrts_t;
1977 struct pfr_table pfrio_table;
1997 struct pfr_table pfrio_table;
2010 struct pfr_table pfrio_table;
2269 __private_extern__ void pfr_table_copyin_cleanup(struct pfr_table *);
2273 __private_extern__ int pfr_clr_tables(struct pfr_table *, int *, int);
2276 __private_extern__ int pfr_get_tables(struct pfr_table *, user_addr_t,
2278 __private_extern__ int pfr_get_tstats(struct pfr_table *, user_addr_t,
2283 __private_extern__ int pfr_clr_addrs(struct pfr_table *, in
[all...]
H A Dpf_ioctl.c2334 if (io64->pfrio_esize != sizeof (struct pfr_table)) {
2343 if (io64->pfrio_esize != sizeof (struct pfr_table)) {
2352 if (io64->pfrio_esize != sizeof (struct pfr_table)) {
2372 if (io64->pfrio_esize != sizeof (struct pfr_table)) {
2381 if (io64->pfrio_esize != sizeof (struct pfr_table)) {
2510 if (io32->pfrio_esize != sizeof (struct pfr_table)) {
2519 if (io32->pfrio_esize != sizeof (struct pfr_table)) {
2528 if (io32->pfrio_esize != sizeof (struct pfr_table)) {
2548 if (io32->pfrio_esize != sizeof (struct pfr_table)) {
2557 if (io32->pfrio_esize != sizeof (struct pfr_table)) {
[all...]

Completed in 74 milliseconds