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

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c1034 ipfw_dyn_rule *exp_lhead, **expltailp; local
1054 exp_lhead = NULL;
1055 expltailp = &exp_lhead;
1164 if (exp_lhead != NULL) {
1165 i = exp_lhead->parent->bucket;
1168 for (q = exp_lhead; q != NULL; q = q->next) {
1178 if (exp_lhead != NULL)
1259 for (q = exp_lhead; q != NULL; q = q_next) {

Completed in 96 milliseconds