Searched refs:xtables_malloc (Results 1 – 4 of 4) sorted by relevance
280 void *xtables_malloc(size_t size) in xtables_malloc() function634 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()673 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()1361 addrp = xtables_malloc(sizeof(struct in_addr)); in ipparse_hostnetwork()1411 *addrpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1412 *maskpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1677 addrp = xtables_malloc(sizeof(struct in6_addr)); in ip6parse_hostnetwork()1731 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()1732 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()
419 extern void *xtables_malloc(size_t);
819 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain4()1190 e = xtables_malloc(size + target->u.target_size); in generate_entry()
834 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain6()1199 e = xtables_malloc(size + target->u.target_size); in generate_entry()