Searched refs:xtables_malloc (Results 1 – 9 of 9) sorted by relevance
17 struct nft_chain *c = xtables_malloc(sizeof(*c)); in nft_chain_alloc()35 struct nft_chain_list *list = xtables_malloc(sizeof(*list)); in nft_chain_list_alloc()
366 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain6()650 e = xtables_malloc(size + target->u.target_size); in generate_entry()
365 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain4()644 e = xtables_malloc(size + target->u.target_size); in generate_entry()
404 clone = xtables_malloc(sizeof(struct xtables_target)); in ebt_add_watcher()
50 new = xtables_malloc(sizeof(*new)); in cache_chain_list_insert()
150 struct mnl_err *err = xtables_malloc(sizeof(struct mnl_err)); in mnl_err_list_node_add()
321 cur = xtables_malloc(sizeof(*cur) + strlen(name) + 1); in notargets_hlist_insert()441 void *xtables_malloc(size_t size) in xtables_malloc() function826 clone = xtables_malloc(sizeof(struct xtables_match)); in xtables_find_match()865 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()957 clone = xtables_malloc(sizeof(struct xtables_target)); in xtables_find_target()1714 addrp = xtables_malloc(sizeof(struct in_addr)); in ipparse_hostnetwork()1764 *addrpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()1765 *maskpp = xtables_malloc(sizeof(struct in_addr) * count); in xtables_ipparse_multiple()2008 addrp = xtables_malloc(sizeof(struct in6_addr)); in ip6parse_hostnetwork()2063 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count); in xtables_ip6parse_multiple()[all …]
420 extern void *xtables_malloc(size_t);
464 extern void *xtables_malloc(size_t);