Home
last modified time | relevance | path

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

/xnu-12377.41.6/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) in pfr_clr_addrs()
270 pfr_add_addrs(struct pfr_table *tbl, user_addr_t _addr, int size, in pfr_add_addrs()
360 pfr_del_addrs(struct pfr_table *tbl, user_addr_t _addr, int size, in pfr_del_addrs()
461 pfr_set_addrs(struct pfr_table *tbl, user_addr_t _addr, int size, in pfr_set_addrs()
[all …]
H A Dpfvar.h1266 struct pfr_table { struct
1307 struct pfr_table pfrts_t;
2064 struct pfr_table pfrio_table;
2084 struct pfr_table pfrio_table;
2097 struct pfr_table pfrio_table;
2350 __private_extern__ void pfr_table_copyin_cleanup(struct pfr_table *);
2354 __private_extern__ int pfr_clr_tables(struct pfr_table *, int *, int);
2357 __private_extern__ int pfr_get_tables(struct pfr_table *, user_addr_t,
2359 __private_extern__ int pfr_get_tstats(struct pfr_table *, user_addr_t,
2364 __private_extern__ int pfr_clr_addrs(struct pfr_table *, int *, int);
[all …]
H A Dpf_ioctl.c2039 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2048 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2057 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2077 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2086 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2218 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2227 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2236 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2256 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2265 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
[all …]