CK_SLIST_ENTRY
CK_SLIST_ENTRY(evdev_client) ec_link; /* (l) */
CK_SLIST_ENTRY(null_node) null_hash; /* Hash list */
CK_SLIST_ENTRY(namecache) nc_hash;/* hash chain */
CK_SLIST_ENTRY(lagg_port) lp_entries;
CK_SLIST_ENTRY(llentry) lle_child_next; /* child encaps */
CK_SLIST_ENTRY(vlan_mc_entry) mc_entries;
CK_SLIST_ENTRY(ifvlan) ifv_list;
CK_SLIST_ENTRY(divcb) dcb_next;
CK_SLIST_ENTRY(hc_metrics) hc_q;
CK_SLIST_ENTRY(dyn_ipv4_state) entry;
CK_SLIST_ENTRY(dyn_ipv6_state) entry;
CK_SLIST_ENTRY(nat64lsn_aliaslink) alias_entries;
CK_SLIST_ENTRY(nat64lsn_aliaslink) host_entries;
CK_SLIST_ENTRY(nat64lsn_host) entries;
CK_SLIST_ENTRY(nat64lsn_state) entries;
CK_SLIST_ENTRY(nat64lsn_pg) entries;
CK_SLIST_ENTRY(intr_handler) ih_next; /* Next handler for this event. */