Home
last modified time | relevance | path

Searched refs:II_LIST_FIRST (Results 1 – 1 of 1) sorted by relevance

/src/sys/netinet/
H A Din_pcb.c1568 #define II_LIST_FIRST(ipi, hash) \ macro
1592 for (inp = II_LIST_FIRST(ipi, hash); in inp_next()
1601 MPASS(inp != II_LIST_FIRST(ipi, hash)); in inp_next()
1602 inp = II_LIST_FIRST(ipi, hash); in inp_next()