Searched refs:sctpw (Results 1 - 1 of 1) sorted by relevance

/net/sctp/
H A Dprobe.c69 } sctpw; variable in typeref:struct:__anon162
81 kfifo_in_locked(&sctpw.fifo, tbuf, len, &sctpw.lock);
82 wake_up(&sctpw.wait);
87 kfifo_reset(&sctpw.fifo);
88 getnstimeofday(&sctpw.tstart);
109 error = wait_event_interruptible(sctpw.wait,
110 kfifo_len(&sctpw.fifo) != 0);
114 cnt = kfifo_out_locked(&sctpw.fifo, tbuf, len, &sctpw
[all...]

Completed in 59 milliseconds