Home | History | Annotate | Download | only in libiptc

Lines Matching refs:STRUCT_ENTRY

111 	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)
935 static int cache_add_entry(STRUCT_ENTRY *e,
937 STRUCT_ENTRY **prev,
1049 STRUCT_ENTRY *prev;
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);
1174 foot->e.target_offset = sizeof(STRUCT_ENTRY);
1201 *offset += sizeof(STRUCT_ENTRY)
1218 *offset += sizeof(STRUCT_ENTRY)
1241 offset += sizeof(STRUCT_ENTRY)
1263 error->entry.target_offset = sizeof(STRUCT_ENTRY);
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)
1598 const char *TC_GET_TARGET(const STRUCT_ENTRY *ce,
1601 STRUCT_ENTRY *e = (STRUCT_ENTRY *)ce;
1674 STRUCT_ENTRY *e = r->entry;
1698 STRUCT_ENTRY *e = r->entry;
1748 const STRUCT_ENTRY *e,
1807 const STRUCT_ENTRY *e,
1858 const STRUCT_ENTRY *e,
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,
2039 int TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw,
2047 int TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw,
2209 STRUCT_ENTRY *e;