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

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw_table.c411 struct radix_node_head *rnh, *xrnh; local
427 if ((xrnh = ch->xtables[tbl]) != NULL)
438 if (xrnh != NULL) {
439 xrnh->rnh_walktree(xrnh, flush_table_entry, xrnh);
440 rn_detachhead((void **)&xrnh);

Completed in 36 milliseconds