CK_STAILQ_HEAD
CK_STAILQ_HEAD(, hidbus_ivars) tlcs;
CK_STAILQ_HEAD(, ifg_list) if_groups; /* linked list of groups per if (CK_) */
CK_STAILQ_HEAD(, ifg_member) ifg_members;
CK_STAILQ_HEAD(ifnethead, ifnet); /* we use TAILQs so that the order of */
CK_STAILQ_HEAD(ifaddrhead, ifaddr); /* instantiation is preserved in the list */
CK_STAILQ_HEAD(ifmultihead, ifmultiaddr);
CK_STAILQ_HEAD(ifgrouphead, ifg_group);
typedef CK_STAILQ_HEAD(pfil_chain, pfil_link) pfil_chain_t;
CK_STAILQ_HEAD(, rib_subscription) rnh_subscribers;/* notification subscribers */
CK_STAILQ_HEAD(in_ifaddrhead, in_ifaddr);
CK_STAILQ_HEAD(in6_ifaddrhead, in6_ifaddr);
CK_STAILQ_HEAD(, ifg_member) ifg_members;