Lines Matching defs:ilg_s
618 typedef struct ilg_s { struct
619 struct ilg_s *ilg_next; argument
620 struct ilg_s **ilg_ptpn; argument
621 struct conn_s *ilg_connp; /* Back pointer to get lock */
622 in6_addr_t ilg_v6group;
623 ipaddr_t ilg_ifaddr; /* For some IPv4 cases */
624 uint_t ilg_ifindex; /* IPv6 and some other IPv4 cases */
625 struct ill_s *ilg_ill; /* Where ilm is joined. No refhold */
626 struct ilm_s *ilg_ilm; /* With ilm_refhold */
627 uint_t ilg_refcnt;
628 mcast_record_t ilg_fmode; /* MODE_IS_INCLUDE/MODE_IS_EXCLUDE */
629 slist_t *ilg_filter;
630 boolean_t ilg_condemned; /* Conceptually deleted */