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

/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c116 ipfw_dyn_rule *head; /* Pointer to first rule */
307 static ipfw_dyn_rule *
320 ipfw_dyn_rule *prev, *q = NULL;
447 ipfw_dyn_rule *
451 ipfw_dyn_rule *q;
469 ipfw_dyn_unlock(ipfw_dyn_rule *q)
479 ipfw_dyn_rule *q;
490 dyn_v = malloc(nbuckets * sizeof(ipfw_dyn_rule), M_IPFW,
566 static ipfw_dyn_rule *
569 ipfw_dyn_rule *
[all...]
H A Dip_fw_private.h180 void ipfw_dyn_unlock(ipfw_dyn_rule *q);
187 ipfw_dyn_rule *ipfw_lookup_dyn_rule(struct ipfw_flow_id *pkt,
H A Dip_fw2.c956 ipfw_dyn_rule *q = NULL;
/freebsd-10.1-release/sys/netinet/
H A Dip_fw.h554 typedef struct _ipfw_dyn_rule ipfw_dyn_rule; typedef in typeref:struct:_ipfw_dyn_rule
557 ipfw_dyn_rule *next; /* linked list of rules. */
561 ipfw_dyn_rule *parent; /* pointer to parent rule */
/freebsd-10.1-release/sbin/ipfw/
H A Dipfw2.c1786 show_dyn_ipfw(ipfw_dyn_rule *d, int pcwidth, int bcwidth)
1991 ipfw_dyn_rule *dynrules, *d;
2048 dynrules = (ipfw_dyn_rule *)r ;

Completed in 118 milliseconds