sharedkey
LIST_ENTRY(sharedkey) list;
SLIST_ENTRY(sharedkey) used;
static LIST_HEAD(, sharedkey) sharedkeys;
SLIST_HEAD(sharedkeyhits, sharedkey);
struct sharedkey *sk = NULL;
struct sharedkey *sk, *sk1;