Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsocketvar.h85 SPLICE_QUEUED, /* a wakeup has queued some work */ enumerator
/freebsd/sys/kern/
H A Duipc_socket.c405 sp->state = SPLICE_QUEUED; in so_splice_dispatch()
605 KASSERT(sp->state == SPLICE_QUEUED || sp->state == SPLICE_CLOSING, in so_splice_xfer()
670 sp->state = SPLICE_QUEUED; in so_splice_xfer()
1745 sp->state = SPLICE_QUEUED;
1799 case SPLICE_QUEUED: