Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din_pcb.c640 (LIST_NEXT(inp, inp_hash) == _Q_INVALID)); in in_pcbunref()
642 (LIST_NEXT(inp, inp_lhash) == _Q_INVALID)); in in_pcbunref()
644 (TAILQ_NEXT(inp, inp_queue) == _Q_INVALID)); in in_pcbunref()
/openbsd/sys/sys/
H A Dqueue.h85 #define _Q_INVALID ((void *)-1) macro
86 #define _Q_INVALIDATE(a) (a) = _Q_INVALID
/openbsd/sys/net/
H A Dpf.c8297 ((TAILQ_NEXT(st, sync_list) == _Q_INVALID) && in pf_state_unref()
8301 (TAILQ_NEXT(st, entry_list) == _Q_INVALID)); in pf_state_unref()