Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.h51 struct iptables_command_state { struct
81 extern int command_default(struct iptables_command_state *, argument
83 extern struct xtables_match *load_proto(struct iptables_command_state *);
Dxshared.c95 static bool should_load_proto(struct iptables_command_state *cs) in should_load_proto()
105 struct xtables_match *load_proto(struct iptables_command_state *cs) in load_proto()
113 int command_default(struct iptables_command_state *cs, in command_default()
Diptables.c1205 static void command_jump(struct iptables_command_state *cs) in command_jump()
1248 static void command_match(struct iptables_command_state *cs) in command_match()
1288 struct iptables_command_state cs; in do_command4()
Dip6tables.c1214 static void command_jump(struct iptables_command_state *cs) in command_jump()
1254 static void command_match(struct iptables_command_state *cs) in command_match()
1292 struct iptables_command_state cs; in do_command6()