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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c340 struct radix_addr_xentry { struct
418 struct radix_addr_xentry *xent;
423 xent = (struct radix_addr_xentry *)(rnh->rnh_matchaddr(&sa6, &rnh->rh));
505 tinfo->itemsize6 = sizeof(struct radix_addr_xentry);
514 struct radix_addr_xentry *xn;
527 xn = (struct radix_addr_xentry *)e;
656 struct radix_addr_xentry *xent;
722 ((struct radix_addr_xentry *)tb->ent_ptr)->value = tei->value;
734 old_value = &((struct radix_addr_xentry *)rn)->value;
830 tei->value = ((struct radix_addr_xentry *)r
[all...]

Completed in 59 milliseconds