Home | History | Annotate | Download | only in libiptc

Lines Matching refs:malloc

165 	struct chain_head *c = malloc(sizeof(*c));
180 struct rule_head *r = malloc(sizeof(*r)+size);
511 h->chain_index = malloc(array_mem);
1284 h = malloc(sizeof(STRUCT_TC_HANDLE));
1293 h->entries = malloc(sizeof(STRUCT_GET_ENTRIES) + size);
2542 repl = malloc(sizeof(*repl) + new_size);
2557 repl->counters = malloc(sizeof(STRUCT_COUNTERS)
2564 newcounters = malloc(counterlen);