Home
last modified time | relevance | path

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

/third_party/iptables/include/
Dxtables.h632 struct xt_xlate *xt_xlate_alloc(int size);
/third_party/iptables/iptables/
Dxtables-eb-translate.c175 struct xt_xlate *xl = xt_xlate_alloc(10240); in nft_rule_eb_xlate_add()
Dxtables-translate.c157 struct xt_xlate *xl = xt_xlate_alloc(10240); in nft_rule_xlate_add()
/third_party/iptables/libxtables/
Dxtables.c2336 struct xt_xlate *xt_xlate_alloc(int size) in xt_xlate_alloc() function