Searched refs:phyint_grp (Results 1 – 4 of 4) sorted by relevance
1081 ipmp_grp_t *grp = illg->ig_ipmp_ill->ill_phyint->phyint_grp; in ipmp_illgrp_unlink_grp()1111 ASSERT(!IS_IPMP(ill) && ill->ill_phyint->phyint_grp != NULL); in ipmp_ill_join_illgrp()1122 ill->ill_phyint->phyint_grp->gr_nv6++; in ipmp_ill_join_illgrp()1124 ill->ill_phyint->phyint_grp->gr_nv4++; in ipmp_ill_join_illgrp()1261 ill->ill_phyint->phyint_grp->gr_nv6--; in ipmp_ill_leave_illgrp()1263 ill->ill_phyint->phyint_grp->gr_nv4--; in ipmp_ill_leave_illgrp()1427 ipmp_grp_t *grp = ill->ill_phyint->phyint_grp; in ipmp_ill_activate()1519 ipmp_grp_t *grp = ill->ill_phyint->phyint_grp; in ipmp_ill_deactivate()1893 if ((grp = ill->ill_phyint->phyint_grp) != NULL) in ipmp_ill_get_ipmp_ifindex()1934 phyi->phyint_grp = grp; in ipmp_phyint_join_grp()[all …]
8531 ipmp_illgrp_link_grp(ill->ill_grp, ill->ill_phyint->phyint_grp); in ip_sioctl_plink_ipmp()12461 ipmp_grp_t *grp = phyi->phyint_grp; in ip_join_illgrps()12495 ipmp_grp_t *grp = phyi->phyint_grp; in ip_sioctl_groupname()12640 if ((grp = ipif->ipif_ill->ill_phyint->phyint_grp) == NULL) in ip_sioctl_get_groupname()16587 if ((phyi->phyint_flags & PHYI_IPMP) && (phyi->phyint_grp != NULL)) { in phyint_free()16589 ipmp_grp_destroy(phyi->phyint_grp); in phyint_free()16590 phyi->phyint_grp = NULL; in phyint_free()16597 if (phyi->phyint_grp != NULL) in phyint_free()16811 if (phyi->phyint_grp == NULL) { in ipif_set_values_tail()16820 phyi->phyint_grp = ipmp_grp_create(ill->ill_name, phyi); in ipif_set_values_tail()[all …]
8888 ipmp_grp_t *grp = ill->ill_phyint->phyint_grp; in ip_rput_dlpi_writer()
1218 struct ipmp_grp_s *phyint_grp; /* associated IPMP group */ member