Searched refs:xtables_realloc (Results 1 – 5 of 5) sorted by relevance
174 *match = xtables_realloc(*match, new_size); in bramong_parse()
421 extern void *xtables_realloc(void *, size_t);
453 void *xtables_realloc(void *ptr, size_t size) in xtables_realloc() function1802 *addrpp = xtables_realloc(*addrpp, in xtables_ipparse_multiple()1804 *maskpp = xtables_realloc(*maskpp, in xtables_ipparse_multiple()2097 *addrpp = xtables_realloc(*addrpp, in xtables_ip6parse_multiple()2099 *maskpp = xtables_realloc(*maskpp, in xtables_ip6parse_multiple()
465 extern void *xtables_realloc(void *, size_t);
346 match->m = xtables_realloc(match->m, size); in nft_bridge_parse_lookup()