Searched refs:tent_buf (Results 1 – 1 of 1) sorted by relevance
945 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record() local974 tent_buf = &tent; in table_modify_record()977 if ((tent_buf = calloc(count, sizeof(tent))) == NULL) in table_modify_record()981 ptent = tent_buf; in table_modify_record()1018 error = table_do_modify_record(cmd, oh, tent_buf, count, atomic); in table_modify_record()1027 if (tent_buf != &tent) in table_modify_record()1028 free(tent_buf); in table_modify_record()1034 ptent = tent_buf; in table_modify_record()1080 if (tent_buf != &tent) in table_modify_record()1081 free(tent_buf); in table_modify_record()