Lines Matching full:xtables_malloc
299 void *xtables_malloc(size_t size)
657 clone = xtables_malloc(sizeof(struct xtables_match));
696 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1399 addrp = xtables_malloc(sizeof(struct in_addr));
1449 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1450 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1699 addrp = xtables_malloc(sizeof(struct in6_addr));
1754 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1755 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);