Home | History | Annotate | Download | only in libiptc

Lines Matching refs:hook_entry

277 		assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0);
281 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
285 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
299 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
304 assert(h->info.hook_entry[NF_IP6_POST_ROUTING] == n);
308 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
314 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
333 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
339 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == n);
345 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
350 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
351 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
356 assert(h->info.hook_entry[NF_IP6_POST_ROUTING] == n);
357 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
365 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0);
369 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
371 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
390 == get_chain_end(h, h->info.hook_entry[i]));
392 e = get_entry(h, get_chain_end(h, h->info.hook_entry[i]));
405 iptcb_entry2index(h, get_entry(h, h->info.hook_entry[i]));