Home
last modified time | relevance | path

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

/external/iptables/include/
Dxtables.h628 struct xt_xlate *xt_xlate_alloc(int size);
/external/iptables/iptables/
Dxtables-eb-translate.c175 struct xt_xlate *xl = xt_xlate_alloc(10240); in nft_rule_eb_xlate_add()
Dxtables-translate.c135 struct xt_xlate *xl = xt_xlate_alloc(10240); in nft_rule_xlate_add()
/external/iptables/libxtables/
Dxtables.c2221 struct xt_xlate *xt_xlate_alloc(int size) in xt_xlate_alloc() function