Home
last modified time | relevance | path

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

/external/iptables/libxtables/
Dxtables.c362 void *xtables_realloc(void *ptr, size_t size) in xtables_realloc() function
1665 *addrpp = xtables_realloc(*addrpp, in xtables_ipparse_multiple()
1667 *maskpp = xtables_realloc(*maskpp, in xtables_ipparse_multiple()
1962 *addrpp = xtables_realloc(*addrpp, in xtables_ip6parse_multiple()
1964 *maskpp = xtables_realloc(*maskpp, in xtables_ip6parse_multiple()
/external/iproute2/include/
Dxtables.h421 extern void *xtables_realloc(void *, size_t);
/external/iptables/include/
Dxtables.h455 extern void *xtables_realloc(void *, size_t);
/external/iptables/iptables/
Dnft-bridge.c441 match->m = xtables_realloc(match->m, size); in nft_bridge_parse_lookup()