Searched defs:xtc_handle (Results 1 – 3 of 3) sorted by relevance
134 struct xtc_handle { struct135 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 …]
841 for_each_chain4(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain4()
857 for_each_chain6(int (*fn)(const xt_chainlabel, int, struct xtc_handle *), in for_each_chain6()