OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_chains
(Results
1 - 1
of
1
) sorted by null
/external/iptables/libiptc/
libiptc.c
143
unsigned int
num_chains
; /* number of user defined chains */
member in struct:xtc_handle
502
array_elems = (h->
num_chains
/ list_length) +
503
(h->
num_chains
% list_length ? 1 : 0);
554
h->
num_chains
, list_length, h->chain_index_sz);
766
if (handle->
num_chains
== 0)
968
h->
num_chains
++; /* New user defined chain */
[
all
...]
Completed in 562 milliseconds