Lines Matching defs:tcp_norm
302 struct type_counts_s *tcp, *tcp_all, *tcp_def, *tcp_norm;
487 tcp_norm = &type_counts[FSD_ACL];
490 tcp_all->nuser_objs = tcp_def->nuser_objs + tcp_norm->nuser_objs;
491 tcp_all->ngroup_objs = tcp_def->ngroup_objs + tcp_norm->ngroup_objs;
492 tcp_all->nother_objs = tcp_def->nother_objs + tcp_norm->nother_objs;
493 tcp_all->nclass_objs = tcp_def->nclass_objs + tcp_norm->nclass_objs;
495 tcp_def->ndef_user_objs + tcp_norm->ndef_user_objs;
497 tcp_def->ndef_group_objs + tcp_norm->ndef_group_objs;
499 tcp_def->ndef_other_objs + tcp_norm->ndef_other_objs;
501 tcp_def->ndef_class_objs + tcp_norm->ndef_class_objs;
502 tcp_all->nusers = tcp_def->nusers + tcp_norm->nusers;
503 tcp_all->ngroups = tcp_def->ngroups + tcp_norm->ngroups;
504 tcp_all->ndef_users = tcp_def->ndef_users + tcp_norm->ndef_users;
505 tcp_all->ndef_groups = tcp_def->ndef_groups + tcp_norm->ndef_groups;