Home
last modified time | relevance | path

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

/external/iptables/libiptc/
Dlibiptc.c134 struct xtc_handle { struct
135 int sockfd;
136 int changed; /* Have changes been made? */
138 struct list_head chains;
140 struct chain_head *chain_iterator_cur;
141 struct rule_head *rule_iterator_cur;
143 unsigned int num_chains; /* number of user defined chains */
145 struct chain_head **chain_index; /* array for fast chain list access*/
146 unsigned int chain_index_sz;/* size of chain index array */
148 int sorted_offsets; /* if chains are received sorted from kernel,
[all …]
/external/iptables/iptables/
Diptables.c841 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain4()
Dip6tables.c857 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain6()