Home
last modified time | relevance | path

Searched refs:xtables_malloc (Results 1 – 9 of 9) sorted by relevance

/external/iptables/iptables/
Dnft-chain.c17 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()
Dip6tables.c366 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain6()
650 e = xtables_malloc(size + target->u.target_size); in generate_entry()
Diptables.c365 chains = xtables_malloc(sizeof(xt_chainlabel) * chaincount); in for_each_chain4()
644 e = xtables_malloc(size + target->u.target_size); in generate_entry()
Dxtables-eb.c404 clone = xtables_malloc(sizeof(struct xtables_target)); in ebt_add_watcher()
Dnft-cache.c50 new = xtables_malloc(sizeof(*new)); in cache_chain_list_insert()
Dnft.c150 struct mnl_err *err = xtables_malloc(sizeof(struct mnl_err)); in mnl_err_list_node_add()
/external/iptables/libxtables/
Dxtables.c321 cur = xtables_malloc(sizeof(*cur) + strlen(name) + 1); in notargets_hlist_insert()
441 void *xtables_malloc(size_t size) in xtables_malloc() function
826 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 …]
/external/iproute2/include/
Dxtables.h420 extern void *xtables_malloc(size_t);
/external/iptables/include/
Dxtables.h464 extern void *xtables_malloc(size_t);