Searched refs:pfr_table (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 752 struct pfr_table { struct 792 struct pfr_table pfrts_t; 803 struct pfr_table pfrts_t; 1198 struct pfr_table pfrio_table; 1555 int pfr_clr_tables(struct pfr_table *, int *, int); 1556 int pfr_add_tables(struct pfr_table *, int, int *, int); 1557 int pfr_del_tables(struct pfr_table *, int, int *, int); 1558 int pfr_table_count(struct pfr_table *, int); 1559 int pfr_get_tables(struct pfr_table *, struct pfr_table *, int *, int); 1561 int pfr_clr_tstats(struct pfr_table *, int, int *, int); [all …]
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 165 static int pfr_validate_table(struct pfr_table *, int, int); 176 *pfr_create_ktable(struct pfr_table *, long, int); 182 *pfr_lookup_table(struct pfr_table *); 185 static int pfr_skip_table(struct pfr_table *, 196 VNET_DEFINE_STATIC(struct pfr_table, pfr_nulltable); 225 pfr_clr_addrs(struct pfr_table *tbl, int *ndel, int flags) in pfr_clr_addrs() 1264 pfr_get_tables(struct pfr_table *filter, struct pfr_table *tbl, int *size, in pfr_get_tables() 1324 sizeof(struct pfr_table)); in pfr_get_tstats() 1757 pfr_table_count(struct pfr_table *filter, int flags) in pfr_table_count() 2000 pfr_lookup_table(struct pfr_table *tbl) in pfr_lookup_table() [all …]
|
| H A D | pf_ioctl.c | 3250 struct pfr_table *pfrts; in pfioctl() 3253 if (io->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl() 3282 struct pfr_table *pfrts; in pfioctl() 3285 if (io->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl() 3314 struct pfr_table *pfrts; in pfioctl() 3318 if (io->pfrio_esize != sizeof(struct pfr_table)) { in pfioctl() 3387 struct pfr_table *pfrts; in pfioctl() 3427 struct pfr_table *pfrts; in pfioctl() 3837 struct pfr_table table; in pfioctl() 3914 struct pfr_table table; in pfioctl() [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 603 struct pfr_table { struct 643 struct pfr_table pfrts_t; 654 struct pfr_table pfrts_t; 1046 struct pfr_table pfrio_table;
|