Home
last modified time | relevance | path

Searched refs:user_offset (Results 1 – 2 of 2) sorted by relevance

/external/iptables/libiptc/
Dlibip4tc.c238 unsigned int user_offset, int *was_return,
297 if (*off > user_offset)
304 if (*off == user_offset)
318 unsigned int user_offset; /* Offset of first user chain */
339 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
361 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
367 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
403 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
409 user_offset = h->info.hook_entry[NF_IP_POST_ROUTING];
423 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
[all …]
Dlibip6tc.c266 unsigned int user_offset; /* Offset of first user chain */ in do_check() local
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; in do_check()
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; in do_check()
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN]; in do_check()
351 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; in do_check()
357 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING]; in do_check()
371 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT]; in do_check()
378 user_offset = get_chain_end(h, user_offset); in do_check()
379 user_offset += get_entry(h, user_offset)->next_offset; in do_check()
425 check_entry, &i, &n, user_offset, &was_return, h); in do_check()