Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtables.c316 void *xtables_realloc(void *ptr, size_t size) in xtables_realloc() function
1618 *addrpp = xtables_realloc(*addrpp, in xtables_ipparse_multiple()
1620 *maskpp = xtables_realloc(*maskpp, in xtables_ipparse_multiple()
1915 *addrpp = xtables_realloc(*addrpp, in xtables_ip6parse_multiple()
1917 *maskpp = xtables_realloc(*maskpp, in xtables_ip6parse_multiple()
/external/iproute2/include/
Dxtables.h421 extern void *xtables_realloc(void *, size_t);
/external/iptables/include/
Dxtables.h454 extern void *xtables_realloc(void *, size_t);
/external/iptables/iptables/
Dnft-bridge.c467 match->m = xtables_realloc(match->m, size); in nft_bridge_parse_lookup()