Home | History | Annotate | Download | only in libiptc

Lines Matching refs:hook_entry

334 		assert(h->info.hook_entry[NF_IP_LOCAL_IN] == 0);
338 assert(h->info.hook_entry[NF_IP_FORWARD] == n);
342 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
344 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
356 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
361 assert(h->info.hook_entry[NF_IP_POST_ROUTING] == n);
365 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
366 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
371 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == n);
372 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
390 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
396 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == n);
402 assert(h->info.hook_entry[NF_IP_FORWARD] == n);
407 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
408 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
413 assert(h->info.hook_entry[NF_IP_POST_ROUTING] == n);
414 user_offset = h->info.hook_entry[NF_IP_POST_ROUTING];
422 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0);
426 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
428 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
435 assert(h->info.hook_entry[NF_IP_DROPPING] == 0);
456 == get_chain_end(h, h->info.hook_entry[i]));
458 e = get_entry(h, get_chain_end(h, h->info.hook_entry[i]));
469 entry2index(h, get_entry(h, h->info.hook_entry[i]));