Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dtables.c61 static void table_show_entry(ipfw_xtable_info *i, ipfw_obj_tentry *tent);
63 static void tentry_fill_key(ipfw_obj_header *oh, ipfw_obj_tentry *tent,
65 static void tentry_fill_value(ipfw_obj_header *oh, ipfw_obj_tentry *tent,
898 ipfw_obj_tentry *tent, int count, int atomic) in table_do_modify_record()
901 ipfw_obj_tentry *tent_base; in table_do_modify_record()
928 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record()
930 tent->head.length = sizeof(ipfw_obj_tentry); in table_do_modify_record()
938 tent = (ipfw_obj_tentry *)(ctlv + 1); in table_do_modify_record()
952 ipfw_obj_tentry *ptent, tent, *tent_buf; in table_modify_record()
1122 ipfw_obj_tentry *xtent) in table_do_lookup()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c390 void *e, ipfw_obj_tentry *tent);
392 ipfw_obj_tentry *tent);
520 ipfw_obj_tentry *tent) in ta_dump_addr_radix_tentry()
551 ipfw_obj_tentry *tent) in ta_find_addr_radix_tentry()
976 void *e, ipfw_obj_tentry *tent);
981 ipfw_obj_tentry *tent);
1373 ipfw_obj_tentry *tent) in ta_dump_chash_tentry()
1461 ipfw_obj_tentry *tent) in ta_find_chash_tentry()
1972 ipfw_obj_tentry *tent);
1974 ipfw_obj_tentry *tent);
[all …]
H A Dip_fw_table.h106 ipfw_obj_tentry *tent);
108 ipfw_obj_tentry *tent);
H A Dip_fw_table.c966 ipfw_obj_tentry *tent, *ptent; in manage_table_ent_v1()
994 tent = (ipfw_obj_tentry *)(ctlv + 1); in manage_table_ent_v1()
1087 ipfw_obj_tentry *tent; in find_table_entry()
1104 tent = (ipfw_obj_tentry *)(oh + 1); in find_table_entry()
1997 ipfw_obj_tentry tent;
2062 i->size = i->count * sizeof(ipfw_obj_tentry); in export_table_info()
2408 ipfw_obj_tentry *tent; in dump_table_tentry()
2416 tent = (ipfw_obj_tentry *)ipfw_get_sopt_space(da->sd, sizeof(*tent)); in dump_table_tentry()
2422 tent->head.length = sizeof(ipfw_obj_tentry); in dump_table_tentry()
2445 ipfw_obj_tentry *tent; in dump_table_xentry()
H A Dip_fw_table_value.c273 ipfw_obj_tentry tent;
282 ipfw_obj_tentry *tent; in unref_table_value_cb()
/freebsd/sys/netinet/
H A Dip_fw.h936 } ipfw_obj_tentry; typedef