SRPL_FIRST_LOCKED
#define SRPL_FIRST_LOCKED(_sl) SLIST_FIRST(_sl)
#define SRPL_FIRST_LOCKED(_sl) srp_get_locked(&(_sl)->sl_head)