Searched refs:command_match (Results 1 – 2 of 2) sorted by relevance
762 command_match = re.search('\* (\w+)', line)763 if command_match:764 pending_phy_commands.append(command_match.group(1))
766 static void command_match(struct iptables_command_state *cs, bool invert) in command_match() function1812 command_match(cs, invert); in do_parse()