Searched defs:ilg_s (Results 1 – 1 of 1) sorted by relevance
618 typedef struct ilg_s { struct619 struct ilg_s *ilg_next; argument620 struct ilg_s **ilg_ptpn; argument621 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;[all …]