Lines Matching refs:STRUCT_ENTRY
110 STRUCT_ENTRY entry[0];
211 iptcb_get_number(const STRUCT_ENTRY *i,
212 const STRUCT_ENTRY *seek,
222 iptcb_get_entry_n(STRUCT_ENTRY *i,
225 STRUCT_ENTRY **pe)
235 static inline STRUCT_ENTRY *
238 return (STRUCT_ENTRY *)((char *)h->entries->entrytable + offset);
242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek)
255 static inline STRUCT_ENTRY *
258 return (STRUCT_ENTRY *) ((void *)h->entries->entrytable+offset);
263 iptcb_entry2offset(struct xtc_handle *const h, const STRUCT_ENTRY *e)
276 iptcb_ent_is_hook_entry(STRUCT_ENTRY *e, struct xtc_handle *h)
937 static int cache_add_entry(STRUCT_ENTRY *e,
939 STRUCT_ENTRY **prev,
1050 STRUCT_ENTRY *prev;
1096 STRUCT_ENTRY e;
1099 #define IPTCB_CHAIN_START_SIZE (sizeof(STRUCT_ENTRY) + \
1103 STRUCT_ENTRY e;
1106 #define IPTCB_CHAIN_FOOT_SIZE (sizeof(STRUCT_ENTRY) + \
1110 STRUCT_ENTRY entry;
1113 #define IPTCB_CHAIN_ERROR_SIZE (sizeof(STRUCT_ENTRY) + \
1155 head->e.target_offset = sizeof(STRUCT_ENTRY);
1175 foot->e.target_offset = sizeof(STRUCT_ENTRY);
1202 *offset += sizeof(STRUCT_ENTRY)
1219 *offset += sizeof(STRUCT_ENTRY)
1242 offset += sizeof(STRUCT_ENTRY)
1264 error->entry.target_offset = sizeof(STRUCT_ENTRY);
1414 static int dump_entry(STRUCT_ENTRY *e, struct xtc_handle *const handle);
1502 const STRUCT_ENTRY *
1532 const STRUCT_ENTRY *
1533 TC_NEXT_RULE(const STRUCT_ENTRY *prev, struct xtc_handle *handle)
1593 const char *TC_GET_TARGET(const STRUCT_ENTRY *ce,
1596 STRUCT_ENTRY *e = (STRUCT_ENTRY *)ce;
1669 STRUCT_ENTRY *e = r->entry;
1693 STRUCT_ENTRY *e = r->entry;
1743 const STRUCT_ENTRY *e,
1802 const STRUCT_ENTRY *e,
1853 const STRUCT_ENTRY *e,
1953 is_same(const STRUCT_ENTRY *a,
1954 const STRUCT_ENTRY *b,
1959 static int delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw,
2032 int TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw,
2040 int TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw,
2202 STRUCT_ENTRY *e;