Home
last modified time | relevance | path

Searched defs:SRPL_FIRST (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/regress/sys/net/rtable/
H A Dsrp_compat.h56 #define SRPL_FIRST(_sr, _sl) SLIST_FIRST(_sl); macro
/openbsd-src/sys/sys/
H A Dsrp.h120 #define SRPL_FIRST(_sr, _sl) srp_enter((_sr), &(_sl)->sl_head) macro