Searched refs:xtables_malloc (Results 1 – 7 of 7) sorted by relevance
299 void *xtables_malloc(size_t size) in xtables_malloc() function657 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()696 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()1399 addrp = xtables_malloc(sizeof(struct in_addr)); in ipparse_hostnetwork()1449 *addrpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1450 *maskpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1699 addrp = xtables_malloc(sizeof(struct in6_addr)); in ip6parse_hostnetwork()1754 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()1755 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()
420 extern void *xtables_malloc(size_t);
453 extern void *xtables_malloc(size_t);
168 addrp = xtables_malloc(sizeof(struct in_addr)); in parse_hostnetwork()
871 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain6()1241 e = xtables_malloc(size + target->u.target_size); in generate_entry()
855 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain4()1231 e = xtables_malloc(size + target->u.target_size); in generate_entry()
636 addrp = xtables_malloc(sizeof(struct in_addr)); in parse_hostnetwork()