Home
last modified time | relevance | path

Searched refs:xstate (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c484 rn_detachhead(&ti->xstate); in ta_destroy_radix()
721 rnh = ti->xstate; in ta_add_radix()
819 rnh = ti->xstate; in ta_del_radix()
1077 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_slow()
1123 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_aligned()
1171 head = (struct chashbhead *)ti->xstate; in ta_lookup_chash_64()
1298 ti->xstate = cfg->head6; in ta_init_chash()
1819 old_head = ti->xstate; in ta_modify_chash()
1830 ti->xstate = new_head; in ta_modify_chash()
3200 m4 = (struct fhashentry4 *)ti->xstate; in ta_lookup_fhash()
[all …]
H A Dip_fw_table.h52 void *xstate; /* eXtended state */ member