Home
last modified time | relevance | path

Searched refs:tbl_hdr (Results 1 – 2 of 2) sorted by last modified time

/freebsd/usr.bin/rpcgen/
H A Drpc_tblout.c47 static char tbl_hdr[] = "struct rpcgen_table %s_table[] = {\n"; variable
90 f_print(fout, tbl_hdr, progvers); in write_table()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c571 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in init_tbl8_header() local
572 tbl_hdr->owner_tbl_ind = owner_tbl_ind; in init_tbl8_header()
573 tbl_hdr->owner_entry_ind = owner_entry_ind; in init_tbl8_header()
574 tbl_hdr->ref_cnt = 0; in init_tbl8_header()
1271 if (tbl_hdr->owner_tbl_ind == TBL24_IND) in remove_tbl()
1272 owner_entry = &lpm->tbl24[tbl_hdr->owner_entry_ind]; in remove_tbl()
1274 uint32_t owner_tbl_ind = tbl_hdr->owner_tbl_ind; in remove_tbl()
1277 tbl_hdr->owner_entry_ind]; in remove_tbl()
1358 struct rte_lpm_tbl8_hdr *tbl_hdr = &lpm->tbl8_hdrs[tbl_ind]; in rte_lpm6_delete() local
1359 if (--tbl_hdr->ref_cnt == 0) { in rte_lpm6_delete()
[all …]