Searched refs:iptcb_entry2index (Results 1 – 3 of 3) sorted by relevance
/external/iptables/libiptc/ |
D | libip6tc.c | 139 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()
|
D | libip4tc.c | 129 printf("Entry %u (%lu):\n", iptcb_entry2index(handle, e), in dump_entry() 273 idx = iptcb_entry2index(h, te);
|
D | libiptc.c | 242 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()
|