Home
last modified time | relevance | path

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

/external/iptables/libiptc/
Dlibiptc.c127 struct xtc_handle { struct
128 int sockfd;
129 int changed; /* Have changes been made? */
131 struct list_head chains;
133 struct chain_head *chain_iterator_cur;
134 struct rule_head *rule_iterator_cur;
136 unsigned int num_chains; /* number of user defined chains */
138 struct chain_head **chain_index; /* array for fast chain list access*/
139 unsigned int chain_index_sz;/* size of chain index array */
141 int sorted_offsets; /* if chains are received sorted from kernel,
[all …]
/external/iptables/iptables/
Dip6tables.c646 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain6()
Diptables.c637 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain4()