Home
last modified time | relevance | path

Searched refs:tent_buf (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/ipfw/
H A Dtables.c945 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record() local
974 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()