Searched refs:pfr_kentry (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | pf_table.c | 141 struct pfr_kentry *pfrw1_kentry; 165 static void pfr_copyout_addr(struct pfr_addr *, struct pfr_kentry *ke); 170 static struct pfr_kentry *pfr_lookup_addr(struct pfr_ktable *, 172 static struct pfr_kentry *pfr_create_kentry(struct pfr_addr *, boolean_t); 174 static void pfr_destroy_kentry(struct pfr_kentry *); 181 static int pfr_route_kentry(struct pfr_ktable *, struct pfr_kentry *); 182 static int pfr_unroute_kentry(struct pfr_ktable *, struct pfr_kentry *); 201 static struct pfr_kentry *pfr_kentry_byidx(struct pfr_ktable *, int, int); 216 pool_init(&pfr_kentry_pl, sizeof(struct pfr_kentry), 0, 0, 0, in pfr_initialize() 218 pool_init(&pfr_kentry_pl2, sizeof(struct pfr_kentry), 0, 0, 0, in pfr_initialize() [all …]
|
| H A D | pfvar.h | 1312 SLIST_HEAD(pfr_kentryworkq, pfr_kentry); 1313 struct pfr_kentry { struct 1318 SLIST_ENTRY(pfr_kentry) pfrke_workq; argument
|