Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibebt_among.c174 *match = xtables_realloc(*match, new_size); in bramong_parse()
/external/iproute2/include/
Dxtables.h421 extern void *xtables_realloc(void *, size_t);
/external/iptables/libxtables/
Dxtables.c453 void *xtables_realloc(void *ptr, size_t size) in xtables_realloc() function
1802 *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()
/external/iptables/include/
Dxtables.h465 extern void *xtables_realloc(void *, size_t);
/external/iptables/iptables/
Dnft-ruleparse-bridge.c346 match->m = xtables_realloc(match->m, size); in nft_bridge_parse_lookup()