Lines Matching full:xtables_malloc
280 void *xtables_malloc(size_t size)
634 clone = xtables_malloc(sizeof(struct xtables_match));
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1361 addrp = xtables_malloc(sizeof(struct in_addr));
1411 *addrpp = xtables_malloc(sizeof(struct in_addr) * count);
1412 *maskpp = xtables_malloc(sizeof(struct in_addr) * count);
1677 addrp = xtables_malloc(sizeof(struct in6_addr));
1731 *addrpp = xtables_malloc(sizeof(struct in6_addr) * count);
1732 *maskpp = xtables_malloc(sizeof(struct in6_addr) * count);