HomeSort by relevance Sort by last modified time
    Searched refs:user_offset (Results 1 - 2 of 2) sorted by null

  /external/iptables/libiptc/
libip4tc.c 243 unsigned int user_offset, int *was_return,
302 if (*off > user_offset)
309 if (*off == user_offset)
323 unsigned int user_offset; /* Offset of first user chain */
344 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
366 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
372 user_offset = h->info.hook_entry[NF_IP_LOCAL_IN];
408 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
414 user_offset = h->info.hook_entry[NF_IP_POST_ROUTING];
428 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT]
    [all...]
libip6tc.c 268 unsigned int user_offset; /* Offset of first user chain */ local
289 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
311 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
317 user_offset = h->info.hook_entry[NF_IP6_LOCAL_IN];
353 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
359 user_offset = h->info.hook_entry[NF_IP6_POST_ROUTING];
373 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
380 user_offset = get_chain_end(h, user_offset);
381 user_offset += get_entry(h, user_offset)->next_offset
    [all...]

Completed in 44 milliseconds