Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c176 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()
Dip_fw2.c801 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()
/freebsd-10-stable/sys/netinet/
Dip_fw.h499 struct ip_fw *x_next; /* linked list of rules */ member