Home
last modified time | relevance | path

Searched defs:rule_head (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c98 struct rule_head struct
100 struct list_head list;
101 struct chain_head *chain;
102 struct counter_map counter_map;
104 unsigned int index; /* index (needed for counter_map) */
105 unsigned int offset; /* offset in rule blob */
107 enum iptcc_rule_type type;
108 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */
110 unsigned int size; /* size of entry data */
111 STRUCT_ENTRY entry[0];