Home
last modified time | relevance | path

Searched refs:xlate_find_match (Results 1 – 5 of 5) sorted by relevance

/external/iptables/iptables/
Dnft.h240 bool xlate_find_match(const struct iptables_command_state *cs, const char *p_name);
Dxtables-translate.c135 bool xlate_find_match(const struct iptables_command_state *cs, const char *p_name) in xlate_find_match() function
Dnft-ipv6.c370 if (!pent || !xlate_find_match(cs, pent->p_name)) { in nft_ipv6_xlate()
Dnft-ipv4.c411 if (!pent || !xlate_find_match(cs, pent->p_name)) { in nft_ipv4_xlate()
Dnft-bridge.c860 if (!implicit || !xlate_find_match(cs, implicit)) in nft_bridge_xlate()