Lines Matching defs:ipmp_grp_s
1550 typedef struct ipmp_grp_s { struct
1551 char gr_name[LIFGRNAMSIZ]; /* group name */
1552 char gr_ifname[LIFNAMSIZ]; /* interface name */
1553 t_uscalar_t gr_mactype; /* DLPI mactype of group */
1554 phyint_t *gr_phyint; /* IPMP group phyint */
1555 uint_t gr_nif; /* number of interfaces in group */
1556 uint_t gr_nactif; /* number of active interfaces */
1557 ipmp_illgrp_t *gr_v4; /* V4 group information */
1558 ipmp_illgrp_t *gr_v6; /* V6 group information */
1559 uint_t gr_nv4; /* number of ills in V4 group */
1560 uint_t gr_nv6; /* number of ills in V6 group */
1561 uint_t gr_pendv4; /* number of pending ills in V4 group */
1562 uint_t gr_pendv6; /* number of pending ills in V6 group */
1563 mblk_t *gr_linkdownmp; /* message used to bring link down */
1564 kstat_t *gr_ksp; /* group kstat pointer */
1565 uint64_t gr_kstats0[IPMP_KSTAT_MAX]; /* baseline group kstats */