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