Searched defs:user_offset (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libiptc/
H A Dlibip6tc.c266 unsigned int user_offset; /* Offset of first user chain */ local
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
351 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
357 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
371 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
378 user_offset = get_chain_end(h, user_offset);
379 user_offset
[all...]

Completed in 56 milliseconds