Home | History | Annotate | Download | only in libiptc

Lines Matching full:xtc_handle

134 struct xtc_handle {
193 set_changed(struct xtc_handle *h)
199 static void do_check(struct xtc_handle *h, unsigned int line);
236 iptcb_get_entry(struct xtc_handle *h, unsigned int offset)
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek)
256 iptcb_offset2entry(struct xtc_handle *h, unsigned int offset)
263 iptcb_entry2offset(struct xtc_handle *const h, const STRUCT_ENTRY *e)
269 iptcb_offset2index(struct xtc_handle *const h, unsigned int offset)
276 iptcb_ent_is_hook_entry(STRUCT_ENTRY *e, struct xtc_handle *h)
337 unsigned int *idx, struct xtc_handle *handle,
438 struct xtc_handle *handle)
447 struct xtc_handle *handle)
467 iptcc_linearly_search_chain_index(const char *name, struct xtc_handle *handle)
495 static int iptcc_chain_index_alloc(struct xtc_handle *h)
520 static void iptcc_chain_index_free(struct xtc_handle *h)
528 static void iptcc_chain_index_dump(struct xtc_handle *h)
543 static int iptcc_chain_index_build(struct xtc_handle *h)
585 static int iptcc_chain_index_rebuild(struct xtc_handle *h)
607 xtc_handle *h)
687 iptcc_find_chain_by_offset(struct xtc_handle *handle, unsigned int offset)
719 iptcc_find_label(const char *name, struct xtc_handle *handle)
816 static int __iptcc_p_del_policy(struct xtc_handle *h, unsigned int num)
850 static void iptc_insert_chain(struct xtc_handle *h, struct chain_head *c)
893 static void __iptcc_p_add_chain(struct xtc_handle *h, struct chain_head *c,
936 struct xtc_handle *h,
1047 static int parse_table(struct xtc_handle *h)
1118 static inline int iptcc_compile_rule (struct xtc_handle *h, STRUCT_REPLACE *repl, struct rule_head *r)
1143 static int iptcc_compile_chain(struct xtc_handle *h, STRUCT_REPLACE *repl, struct chain_head *c)
1191 xtc_handle *h, struct chain_head *c,
1226 static int iptcc_compile_table_prep(struct xtc_handle *h, unsigned int *size)
1249 static int iptcc_compile_table(struct xtc_handle *h, STRUCT_REPLACE *repl)
1278 static struct xtc_handle *
1281 struct xtc_handle *h;
1308 struct xtc_handle *
1311 struct xtc_handle *h;
1389 TC_FREE(struct xtc_handle *h)
1419 static int dump_entry(STRUCT_ENTRY *e, struct xtc_handle *const handle);
1422 TC_DUMP_ENTRIES(struct xtc_handle *const handle)
1448 int TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle)
1454 static void iptcc_chain_iterator_advance(struct xtc_handle *handle)
1467 TC_FIRST_CHAIN(struct xtc_handle *handle)
1489 TC_NEXT_CHAIN(struct xtc_handle *handle)
1508 TC_FIRST_RULE(const char *chain, struct xtc_handle *handle)
1538 TC_NEXT_RULE(const STRUCT_ENTRY *prev, struct xtc_handle *handle)
1599 struct xtc_handle *handle)
1630 TC_BUILTIN(const char *chain, struct xtc_handle *const handle)
1649 struct xtc_handle *handle)
1695 iptcc_map_target(struct xtc_handle *const handle,
1750 struct xtc_handle *handle)
1809 struct xtc_handle *handle)
1859 struct xtc_handle *handle)
1965 unsigned char *matchmask, struct xtc_handle *handle,
2040 unsigned char *matchmask, struct xtc_handle *handle)
2048 unsigned char *matchmask, struct xtc_handle *handle)
2057 struct xtc_handle *handle)
2100 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle)
2124 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle)
2151 struct xtc_handle *handle)
2175 struct xtc_handle *handle)
2205 struct xtc_handle *handle)
2238 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle)
2298 struct xtc_handle *handle)
2315 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle)
2372 struct xtc_handle *handle)
2418 struct xtc_handle *handle)
2525 TC_COMMIT(struct xtc_handle *handle)