Searched refs:command_match (Results 1 – 6 of 6) sorted by relevance
215 void command_match(struct iptables_command_state *cs);
644 void command_match(struct iptables_command_state *cs) in command_match() function
744 command_match(cs); in do_parse()
1354 command_match(&cs); in do_command6()
1346 command_match(&cs); in do_command4()
762 command_match = re.search('\* (\w+)', line)763 if command_match:764 pending_phy_commands.append(command_match.group(1))