Home
last modified time | relevance | path

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

/xnu-10002.1.13/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.h1255 struct pfr_table { struct
1296 struct pfr_table pfrts_t;
1991 struct pfr_table pfrio_table;
2011 struct pfr_table pfrio_table;
2024 struct pfr_table pfrio_table;
2277 __private_extern__ void pfr_table_copyin_cleanup(struct pfr_table *);
2281 __private_extern__ int pfr_clr_tables(struct pfr_table *, int *, int);
2284 __private_extern__ int pfr_get_tables(struct pfr_table *, user_addr_t,
2286 __private_extern__ int pfr_get_tstats(struct pfr_table *, user_addr_t,
2291 __private_extern__ int pfr_clr_addrs(struct pfr_table *, int *, int);
[all …]
H A Dpf_ioctl.c2025 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2034 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2043 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2063 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2072 if (io64->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2204 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2213 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2222 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2242 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
2251 if (io32->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl_ioc_table()
[all …]