OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iptables_match
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/include/
iptables.h
31
struct
iptables_match
*match;
35
struct
iptables_match
struct
37
struct
iptables_match
*next;
144
extern void register_match(struct
iptables_match
*me);
159
extern struct
iptables_match
*iptables_matches;
169
extern struct
iptables_match
*find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
Completed in 152 milliseconds