Home | History | Annotate | Download | only in libiptc

Lines Matching refs:hook_entry

329 		assert(h->info.hook_entry[NF_IP_LOCAL_IN] == 0);
333 assert(h->info.hook_entry[NF_IP_FORWARD] == n);
337 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
339 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
351 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
356 assert(h->info.hook_entry[NF_IP_POST_ROUTING] == n);
360 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
361 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
366 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == n);
367 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
385 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
391 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == n);
397 assert(h->info.hook_entry[NF_IP_FORWARD] == n);
402 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
403 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
408 assert(h->info.hook_entry[NF_IP_POST_ROUTING] == n);
409 user_offset = h->info.hook_entry[NF_IP_POST_ROUTING];
417 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
421 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
423 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
442 == get_chain_end(h, h->info.hook_entry[i]));
444 e = get_entry(h, get_chain_end(h, h->info.hook_entry[i]));
455 entry2index(h, get_entry(h, h->info.hook_entry[i]));