Searched refs:xtables_malloc (Results 1 – 5 of 5) sorted by relevance
272 void *xtables_malloc(size_t size) in xtables_malloc() function627 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()665 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()1249 addrp = xtables_malloc(sizeof(struct in_addr)); in ipparse_hostnetwork()1299 *addrpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1300 *maskpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1562 addrp = xtables_malloc(sizeof(struct in6_addr)); in ip6parse_hostnetwork()1616 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()1617 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()
877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount); in for_each_chain4()1248 e = xtables_malloc(size + target->u.target_size); in generate_entry()
872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount); in for_each_chain6()1237 e = xtables_malloc(size + target->u.target_size); in generate_entry()
388 extern void *xtables_malloc(size_t);