Lines Matching refs:STRUCT_ENTRY

111 	STRUCT_ENTRY entry[0];
211 iptcb_get_number(const STRUCT_ENTRY *i, in iptcb_get_number()
212 const STRUCT_ENTRY *seek, in iptcb_get_number()
222 iptcb_get_entry_n(STRUCT_ENTRY *i, in iptcb_get_entry_n()
225 STRUCT_ENTRY **pe) in iptcb_get_entry_n()
235 static inline STRUCT_ENTRY *
238 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset); in iptcb_get_entry()
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) in iptcb_entry2index()
255 static inline STRUCT_ENTRY *
258 return (STRUCT_ENTRY *) ((void *)h->entries->entrytable+offset); in iptcb_offset2entry()
263 iptcb_entry2offset(struct xtc_handle *const h, const STRUCT_ENTRY *e) in iptcb_entry2offset()
276 iptcb_ent_is_hook_entry(STRUCT_ENTRY *e, struct xtc_handle *h) in iptcb_ent_is_hook_entry()
935 static int cache_add_entry(STRUCT_ENTRY *e, in cache_add_entry()
937 STRUCT_ENTRY **prev, in cache_add_entry()
1049 STRUCT_ENTRY *prev; in parse_table()
1095 STRUCT_ENTRY e;
1098 #define IPTCB_CHAIN_START_SIZE (sizeof(STRUCT_ENTRY) + \
1102 STRUCT_ENTRY e;
1105 #define IPTCB_CHAIN_FOOT_SIZE (sizeof(STRUCT_ENTRY) + \
1109 STRUCT_ENTRY entry;
1112 #define IPTCB_CHAIN_ERROR_SIZE (sizeof(STRUCT_ENTRY) + \
1154 head->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
1174 foot->e.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_chain()
1201 *offset += sizeof(STRUCT_ENTRY) in iptcc_compile_chain_offsets()
1218 *offset += sizeof(STRUCT_ENTRY) in iptcc_compile_chain_offsets()
1241 offset += sizeof(STRUCT_ENTRY) in iptcc_compile_table_prep()
1263 error->entry.target_offset = sizeof(STRUCT_ENTRY); in iptcc_compile_table()
1419 static int dump_entry(STRUCT_ENTRY *e, struct xtc_handle *const handle);
1507 const STRUCT_ENTRY *
1537 const STRUCT_ENTRY *
1538 TC_NEXT_RULE(const STRUCT_ENTRY *prev, struct xtc_handle *handle) in TC_NEXT_RULE()
1598 const char *TC_GET_TARGET(const STRUCT_ENTRY *ce, in TC_GET_TARGET()
1601 STRUCT_ENTRY *e = (STRUCT_ENTRY *)ce; in TC_GET_TARGET()
1674 STRUCT_ENTRY *e = r->entry; in iptcc_standard_map()
1698 STRUCT_ENTRY *e = r->entry; in iptcc_map_target()
1748 const STRUCT_ENTRY *e, in TC_INSERT_ENTRY()
1807 const STRUCT_ENTRY *e, in TC_REPLACE_ENTRY()
1858 const STRUCT_ENTRY *e, in TC_APPEND_ENTRY()
1958 is_same(const STRUCT_ENTRY *a,
1959 const STRUCT_ENTRY *b,
1964 static int delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in delete_entry()
2039 int TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_CHECK_ENTRY()
2047 int TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, in TC_DELETE_ENTRY()
2209 STRUCT_ENTRY *e; in TC_SET_COUNTER()