Home
last modified time | relevance | path

Searched refs:fw_malloc (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/
Dxt-internal.h47 extern void *fw_malloc(size_t size);
/external/iptables/
Diptables.c595 fw_malloc(size_t size) in fw_malloc() function
659 addrp = fw_malloc(sizeof(struct in_addr)); in parse_hostnetwork()
747 clone = fw_malloc(sizeof(struct iptables_match)); in find_match()
794 newentry = fw_malloc(sizeof(struct iptables_rule_match)); in find_match()
1680 chains = fw_malloc(sizeof(ipt_chainlabel) * chaincount); in for_each_chain()
1880 e = fw_malloc(size + target->u.target_size); in generate_entry()
Dip6tables.c504 fw_malloc(size_t size) in fw_malloc() function
660 addrp = fw_malloc(sizeof(struct in6_addr)); in parse_hostnetwork()
764 clone = fw_malloc(sizeof(struct ip6tables_match)); in find_match()
811 newentry = fw_malloc(sizeof(struct ip6tables_rule_match)); in find_match()
1611 chains = fw_malloc(sizeof(ip6t_chainlabel) * chaincount); in for_each_chain()
1811 e = fw_malloc(size + target->u.target_size); in generate_entry()