s_x1node
struct s_x1node *tbl; /* The data stored here */
struct s_x1node **ht; /* Hash table for lookups */
struct s_x1node *next; /* Next entry with the same hash */
struct s_x1node **from; /* Previous link */