OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xtables_pending_matches
(Results
1 - 1
of
1
) sorted by null
/external/iptables/iptables/
xtables.c
172
struct xtables_match *
xtables_pending_matches
;
variable in typeref:struct:xtables_match
607
for (dptr = &
xtables_pending_matches
; *dptr; ) {
853
me->next =
xtables_pending_matches
;
854
xtables_pending_matches
= me;
[
all
...]
Completed in 76 milliseconds