Home
last modified time | relevance | path

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

/external/iptables/include/
Dxtables.h585 struct xt_xlate *xt_xlate_alloc(int size);
/external/iptables/iptables/
Dxtables-translate.c139 struct xt_xlate *xl = xt_xlate_alloc(10240); in nft_rule_xlate_add()
/external/iptables/libxtables/
Dxtables.c2000 struct xt_xlate *xt_xlate_alloc(int size) in xt_xlate_alloc() function