Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c952 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record() local
981 tent_buf = &tent; in table_modify_record()
984 if ((tent_buf = calloc(count, sizeof(tent))) == NULL) in table_modify_record()
988 ptent = tent_buf; in table_modify_record()
1025 error = table_do_modify_record(cmd, oh, tent_buf, count, atomic); in table_modify_record()
1034 if (tent_buf != &tent) in table_modify_record()
1035 free(tent_buf); in table_modify_record()
1044 ptent = tent_buf; in table_modify_record()
1090 if (tent_buf != &tent) in table_modify_record()
1091 free(tent_buf); in table_modify_record()