Lines Matching refs:STRUCT_ENTRY
104 STRUCT_ENTRY entry[0];
196 iptcb_get_number(const STRUCT_ENTRY *i, in iptcb_get_number()
197 const STRUCT_ENTRY *seek, in iptcb_get_number()
207 iptcb_get_entry_n(STRUCT_ENTRY *i, in iptcb_get_entry_n()
210 STRUCT_ENTRY **pe) in iptcb_get_entry_n()
220 static inline STRUCT_ENTRY *
223 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset); in iptcb_get_entry()
227 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) in iptcb_entry2index()
240 static inline STRUCT_ENTRY *
243 return (STRUCT_ENTRY *) ((void *)h->entries->entrytable+offset); in iptcb_offset2entry()
248 iptcb_entry2offset(struct xtc_handle *const h, const STRUCT_ENTRY *e) in iptcb_entry2offset()
261 iptcb_ent_is_hook_entry(STRUCT_ENTRY *e, struct xtc_handle *h) in iptcb_ent_is_hook_entry()
920 static int cache_add_entry(STRUCT_ENTRY *e, in cache_add_entry()
922 STRUCT_ENTRY **prev, in cache_add_entry()
1034 STRUCT_ENTRY *prev; in parse_table()
1080 STRUCT_ENTRY e;
1083 #define IPTCB_CHAIN_START_SIZE (sizeof(STRUCT_ENTRY) + \
1087 STRUCT_ENTRY e;
1090 #define IPTCB_CHAIN_FOOT_SIZE (sizeof(STRUCT_ENTRY) + \
1094 STRUCT_ENTRY entry;
1097 #define IPTCB_CHAIN_ERROR_SIZE (sizeof(STRUCT_ENTRY) + \
1140 head->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
1161 foot->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
1188 *offset += sizeof(STRUCT_ENTRY) in iptcc_compile_chain_offsets()
1205 *offset += sizeof(STRUCT_ENTRY) in iptcc_compile_chain_offsets()
1228 offset += sizeof(STRUCT_ENTRY) in iptcc_compile_table_prep()
1250 error->entry.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_table()
1405 static int dump_entry(STRUCT_ENTRY *e, struct xtc_handle *const handle);
1492 const STRUCT_ENTRY *
1522 const STRUCT_ENTRY *
1523 TC_NEXT_RULE(const STRUCT_ENTRY *prev, struct xtc_handle *handle) in TC_NEXT_RULE()
1583 const char *TC_GET_TARGET(const STRUCT_ENTRY *ce, in TC_GET_TARGET()
1586 STRUCT_ENTRY *e = (STRUCT_ENTRY *)ce; in TC_GET_TARGET()
1659 STRUCT_ENTRY *e = r->entry; in iptcc_standard_map()
1685 STRUCT_ENTRY *e = r->entry; in iptcc_map_target()
1736 const STRUCT_ENTRY *e, in TC_INSERT_ENTRY()
1795 const STRUCT_ENTRY *e, in TC_REPLACE_ENTRY()
1846 const STRUCT_ENTRY *e, in TC_APPEND_ENTRY()
1946 is_same(const STRUCT_ENTRY *a,
1947 const STRUCT_ENTRY *b,
1952 static int delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in delete_entry()
2027 int TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_CHECK_ENTRY()
2035 int TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_DELETE_ENTRY()
2195 STRUCT_ENTRY *e; in TC_SET_COUNTER()