Home
last modified time | relevance | path

Searched refs:iptcb_entry2index (Results 1 – 3 of 3) sorted by relevance

/external/iptables/libiptc/
Dlibip6tc.c139 printf("Entry %u (%lu):\n", iptcb_entry2index(handle, e), in dump_entry()
405 iptcb_entry2index(h, get_entry(h, h->info.hook_entry[i])); in do_check()
406 iptcb_entry2index(h, get_entry(h, h->info.underflow[i])); in do_check()
Dlibip4tc.c129 printf("Entry %u (%lu):\n", iptcb_entry2index(handle, e), in dump_entry()
273 idx = iptcb_entry2index(h, te);
Dlibiptc.c242 iptcb_entry2index(struct xtc_handle *const h, const STRUCT_ENTRY *seek) in iptcb_entry2index() function
271 return iptcb_entry2index(h, iptcb_offset2entry(h, offset)); in iptcb_offset2index()