Searched refs:command_match (Results 1 – 4 of 4) sorted by relevance
616 command_match = re.search('\* (\w+)', line)617 if command_match:618 pending_phy_commands.append(command_match.group(1))
650 static void command_match(struct iptables_command_state *cs) in command_match() function970 command_match(cs); in do_parse()
1289 static void command_match(struct iptables_command_state *cs) in command_match() function1617 command_match(&cs); in do_command4()
1296 static void command_match(struct iptables_command_state *cs) in command_match() function1626 command_match(&cs); in do_command6()