Searched refs:kt (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_table.c242 struct pfr_ktable *kt; local
248 kt = pfr_lookup_table(tbl);
249 if (kt == NULL || !(kt->pfrkt_flags & PFR_TFLAG_ACTIVE))
251 if (kt->pfrkt_flags & PFR_TFLAG_CONST)
253 pfr_enqueue_addrs(kt, &workq, ndel, 0);
256 pfr_remove_kentries(kt, &workq);
257 if (kt->pfrkt_cnt) {
259 kt->pfrkt_cnt);
260 kt
270 struct pfr_ktable *kt, *tmpkt; local
347 struct pfr_ktable *kt; local
435 struct pfr_ktable *kt, *tmpkt; local
549 struct pfr_ktable *kt; local
587 struct pfr_ktable *kt; local
627 struct pfr_ktable *kt; local
674 struct pfr_ktable *kt; local
754 pfr_enqueue_addrs(struct pfr_ktable *kt, struct pfr_kentryworkq *workq, int *naddr, int sweep) argument
776 pfr_mark_addrs(struct pfr_ktable *kt) argument
790 pfr_lookup_addr(struct pfr_ktable *kt, struct pfr_addr *ad, int exact) argument
868 pfr_insert_kentries(struct pfr_ktable *kt, struct pfr_kentryworkq *workq, u_int64_t tzero) argument
888 pfr_insert_kentry(struct pfr_ktable *kt, struct pfr_addr *ad, u_int64_t tzero) argument
911 pfr_remove_kentries(struct pfr_ktable *kt, struct pfr_kentryworkq *workq) argument
926 pfr_clean_node_mask(struct pfr_ktable *kt, struct pfr_kentryworkq *workq) argument
993 pfr_route_kentry(struct pfr_ktable *kt, struct pfr_kentry *ke) argument
1019 pfr_unroute_kentry(struct pfr_ktable *kt, struct pfr_kentry *ke) argument
1501 struct pfr_ktable *kt, *rt, *shadow, key; local
1677 pfr_commit_ktable(struct pfr_ktable *kt, u_int64_t tzero) argument
1809 pfr_skip_table(struct pfr_table *filter, struct pfr_ktable *kt, int flags) argument
1830 pfr_insert_ktable(struct pfr_ktable *kt) argument
1856 pfr_setflags_ktable(struct pfr_ktable *kt, int newf) argument
1901 pfr_clstats_ktable(struct pfr_ktable *kt, u_int64_t tzero, int recurse) argument
1920 struct pfr_ktable *kt; local
1967 pfr_destroy_ktable(struct pfr_ktable *kt, int flushaddr) argument
2012 pfr_match_addr(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af) argument
2051 pfr_update_stats(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af, u_int64_t len, int dir_out, int op_pass, int notrule) argument
2099 struct pfr_ktable *kt, *rt; local
2135 pfr_detach_table(struct pfr_ktable *kt) argument
2147 pfr_pool_get(struct pfr_ktable *kt, int *pidx, struct pf_addr *counter, struct pf_addr **raddr, struct pf_addr **rmask, sa_family_t af) argument
2241 pfr_kentry_byidx(struct pfr_ktable *kt, int idx, int af) argument
2270 pfr_dynaddr_update(struct pfr_ktable *kt, struct pfi_dynaddr *dyn) argument
[all...]
H A Dpf_if.c397 struct pfr_ktable *kt; local
403 kt = dyn->pfid_kt;
405 if (kt->pfrkt_larg != pfi_update) {
407 pfi_table_update(kt, kif, dyn->pfid_net, dyn->pfid_iflags);
408 kt->pfrkt_larg = pfi_update;
410 pfr_dynaddr_update(kt, dyn);
414 pfi_table_update(struct pfr_ktable *kt, struct pfi_kif *kif, int net, int flags) argument
423 if ((e = pfr_set_addrs(&kt->pfrkt_t, CAST_USER_ADDR_T(pfi_buffer),
426 "into table %s: %d\n", pfi_buffer_cnt, kt->pfrkt_name, e);
H A Dpf.c1753 struct pfr_ktable *kt = aw->p.tbl; local
1757 if (aw->type != PF_ADDR_TABLE || kt == NULL)
1759 if (!(kt->pfrkt_flags & PFR_TFLAG_ACTIVE) && kt->pfrkt_root != NULL)
1760 kt = kt->pfrkt_root;
1762 aw->p.tblcnt = (kt->pfrkt_flags & PFR_TFLAG_ACTIVE) ?
1763 kt->pfrkt_cnt : -1;
/darwin-on-arm/xnu/SETUP/config/
H A Dlexer.l46 struct kt {
179 register struct kt *kp;

Completed in 33 milliseconds