Searched refs:tcp_all (Results 1 – 1 of 1) sorted by relevance
302 struct type_counts_s *tcp, *tcp_all, *tcp_def, *tcp_norm; in bufchk() local486 tcp_all = &type_counts[0]; in bufchk()490 tcp_all->nuser_objs = tcp_def->nuser_objs + tcp_norm->nuser_objs; in bufchk()491 tcp_all->ngroup_objs = tcp_def->ngroup_objs + tcp_norm->ngroup_objs; in bufchk()492 tcp_all->nother_objs = tcp_def->nother_objs + tcp_norm->nother_objs; in bufchk()493 tcp_all->nclass_objs = tcp_def->nclass_objs + tcp_norm->nclass_objs; in bufchk()494 tcp_all->ndef_user_objs = in bufchk()496 tcp_all->ndef_group_objs = in bufchk()498 tcp_all->ndef_other_objs = in bufchk()500 tcp_all->ndef_class_objs = in bufchk()[all …]