Searched refs:tent_buf (Results 1 – 1 of 1) sorted by relevance
951 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record() local980 tent_buf = &tent; in table_modify_record()983 if ((tent_buf = calloc(count, sizeof(tent))) == NULL) in table_modify_record()987 ptent = tent_buf; in table_modify_record()1024 error = table_do_modify_record(cmd, oh, tent_buf, count, atomic); in table_modify_record()1033 if (tent_buf != &tent) in table_modify_record()1034 free(tent_buf); in table_modify_record()1040 ptent = tent_buf; in table_modify_record()1086 if (tent_buf != &tent) in table_modify_record()1087 free(tent_buf); in table_modify_record()