Searched refs:x_next (Results 1 – 3 of 3) sorted by relevance
176 rule->x_next = NULL; in ipfw_add_rule()222 head = head->x_next; in ipfw_reap_rules()385 rule->x_next = chain->reap; in del_entry()1363 rule7->next = (struct ip_fw7 *)tmp->x_next; in convert_rule_to_7()1436 rule->x_next = (struct ip_fw *)tmp->next; in convert_rule_to_8()
801 if (num != IP_FW_TABLEARG && (uintptr_t)f->x_next == chain->id) in jump_fast()812 f->x_next = (void *)(uintptr_t)chain->id; in jump_fast()2741 rule->x_next = reap; in vnet_ipfw_uninit()
499 struct ip_fw *x_next; /* linked list of rules */ member