Searched refs:xtables_realloc (Results 1 – 4 of 4) sorted by relevance
316 void *xtables_realloc(void *ptr, size_t size) in xtables_realloc() function1618 *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()
421 extern void *xtables_realloc(void *, size_t);
454 extern void *xtables_realloc(void *, size_t);
467 match->m = xtables_realloc(match->m, size); in nft_bridge_parse_lookup()