Lines Matching refs:ipfw_obj_tentry
68 static void table_show_entry(ipfw_xtable_info *i, ipfw_obj_tentry *tent);
70 static void tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent,
72 static void tentry_fill_value(ipfw_obj_header *oh, ipfw_obj_tentry *tent,
891 ipfw_obj_tentry *tent, int count, int atomic) in table_do_modify_record()
894 ipfw_obj_tentry *tent_base; in table_do_modify_record()
921 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record()
923 tent->head.length = sizeof(ipfw_obj_tentry); in table_do_modify_record()
931 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record()
945 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record()
1114 ipfw_obj_tentry *xtent) in table_do_lookup()
1116 char xbuf[sizeof(ipfw_obj_header) + sizeof(ipfw_obj_tentry)]; in table_do_lookup()
1117 ipfw_obj_tentry *tent; in table_do_lookup()
1124 tent = (ipfw_obj_tentry *)(oh + 1); in table_do_lookup()
1148 ipfw_obj_tentry xtent; in table_lookup()
1179 tentry_fill_key_type(char *arg, ipfw_obj_tentry *tentry, uint8_t type, in tentry_fill_key_type()
1429 tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *key, in tentry_fill_key()
1506 tentry_fill_value(ipfw_obj_header *oh __unused, ipfw_obj_tentry *tent, in tentry_fill_value()
1763 ipfw_obj_tentry *tent; in table_show_list()
1768 tent = (ipfw_obj_tentry *)(i + 1); in table_show_list()
1776 tent = (ipfw_obj_tentry *)((caddr_t)tent + tent->head.length); in table_show_list()
1870 table_show_entry(ipfw_xtable_info *i, ipfw_obj_tentry *tent) in table_show_entry()