Home | History | Annotate | Download | only in libiptc

Lines Matching refs:hook_entry

279 		assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0);
283 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
287 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
289 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
301 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
306 assert(h->info.hook_entry[NF_IP6_POST_ROUTING] == n);
310 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
311 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
316 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
317 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
335 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
341 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
347 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
352 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
353 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
358 assert(h->info.hook_entry[NF_IP6_POST_ROUTING] == n);
359 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
367 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
371 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
373 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
392 == get_chain_end(h, h->info.hook_entry[i]));
394 e = get_entry(h, get_chain_end(h, h->info.hook_entry[i]));
407 iptcb_entry2index(h, get_entry(h, h->info.hook_entry[i]));