Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c340 struct radix_addr_xentry { struct
418 struct radix_addr_xentry *xent; in ta_lookup_radix()
423 xent = (struct radix_addr_xentry *)(rnh->rnh_matchaddr(&sa6, &rnh->rh)); in ta_lookup_radix()
505 tinfo->itemsize6 = sizeof(struct radix_addr_xentry); in ta_dump_radix_tinfo()
514 struct radix_addr_xentry *xn; in ta_dump_radix_tentry()
527 xn = (struct radix_addr_xentry *)e; in ta_dump_radix_tentry()
656 struct radix_addr_xentry *xent; in ta_prepare_add_radix()
722 ((struct radix_addr_xentry *)tb->ent_ptr)->value = tei->value; in ta_add_radix()
734 old_value = &((struct radix_addr_xentry *)rn)->value; in ta_add_radix()
830 tei->value = ((struct radix_addr_xentry *)rn)->value; in ta_del_radix()