Home
last modified time | relevance | path

Searched refs:iptables_command_state (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dxshared.h50 struct iptables_command_state { struct
80 extern int command_default(struct iptables_command_state *, argument
82 extern struct xtables_match *load_proto(struct iptables_command_state *);
Dxshared.c89 static bool should_load_proto(struct iptables_command_state *cs) in should_load_proto()
99 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto()
107 int command_default(struct iptables_command_state *cs, in command_default()
Diptables.c1299 static void command_jump(struct iptables_command_state *cs) in command_jump()
1332 static void command_match(struct iptables_command_state *cs) in command_match()
1364 struct iptables_command_state cs; in do_command4()
Dip6tables.c1273 static void command_jump(struct iptables_command_state *cs) in command_jump()
1305 static void command_match(struct iptables_command_state *cs) in command_match()
1335 struct iptables_command_state cs; in do_command6()