Home | History | Annotate | Download | only in libiptc

Lines Matching full:user_offset

266 	unsigned int user_offset; /* Offset of first user chain */
287 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
309 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
315 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
351 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
357 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
371 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
378 user_offset = get_chain_end(h, user_offset);
379 user_offset += get_entry(h, user_offset)->next_offset;
425 check_entry, &i, &n, user_offset, &was_return, h);