Searched refs:pfr_ktable (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 175 static struct pfr_ktable 181 static struct pfr_ktable 227 struct pfr_ktable *kt; in pfr_clr_addrs() 325 struct pfr_ktable *kt; in pfr_del_addrs() 518 struct pfr_ktable *kt; in pfr_tst_addrs() 554 struct pfr_ktable *kt; in pfr_get_addrs() 1124 struct pfr_ktable *p; in pfr_clr_tables() 1267 struct pfr_ktable *p; in pfr_get_tables() 1300 struct pfr_ktable *p; in pfr_get_tstats() 1990 pfr_ktable_compare(struct pfr_ktable *p, struct pfr_ktable *q) in pfr_ktable_compare() [all …]
|
| H A D | pf.h | 264 struct pfr_ktable *tbl; 460 struct pfr_ktable *overload_tbl;
|
| H A D | pf_if.c | 84 static void pfi_table_update(struct pfr_ktable *, struct pfi_kkif *, int, 581 struct pfr_ktable *kt; in pfi_dynaddr_update() 599 pfi_table_update(struct pfr_ktable *kt, struct pfi_kkif *kif, int net, int flags) in pfi_table_update()
|
| H A D | pf_ioctl.c | 4276 struct pfr_ktable *kt; in pf_tbladdr_copyout()
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 68 struct pfr_ktable *pfid_kt; 343 struct pfr_ktable *overload_tbl; 845 SLIST_HEAD(pfr_ktableworkq, pfr_ktable); 846 RB_HEAD(pfr_ktablehead, pfr_ktable); 847 struct pfr_ktable { struct 849 RB_ENTRY(pfr_ktable) pfrkt_tree; argument 850 SLIST_ENTRY(pfr_ktable) pfrkt_workq; 853 struct pfr_ktable *pfrkt_shadow; argument 854 struct pfr_ktable *pfrkt_root; argument 1552 struct pfr_ktable * [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 231 struct pfr_ktable *overload_tbl; 696 SLIST_HEAD(pfr_ktableworkq, pfr_ktable); 697 RB_HEAD(pfr_ktablehead, pfr_ktable); 698 struct pfr_ktable { struct 700 RB_ENTRY(pfr_ktable) pfrkt_tree; argument 701 SLIST_ENTRY(pfr_ktable) pfrkt_workq; 704 struct pfr_ktable *pfrkt_shadow; argument 705 struct pfr_ktable *pfrkt_root; argument
|