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

/external/iptables/libiptc/
H A Dlibip6tc.c268 unsigned int user_offset; /* Offset of first user chain */ local
289 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
311 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
317 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
353 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
359 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
373 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
380 user_offset = get_chain_end(h, user_offset);
381 user_offset
[all...]

Completed in 53 milliseconds