link_key
LIST_ENTRY(link_key) next; /* link to the next */
typedef struct link_key link_key_t;
typedef struct link_key * link_key_p;
static LIST_HEAD(, link_key) link_keys;