Home
last modified time | relevance | path

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

/net/sctp/
Dprobe.c69 } sctpw; variable
81 kfifo_in_locked(&sctpw.fifo, tbuf, len, &sctpw.lock); in printl()
82 wake_up(&sctpw.wait); in printl()
87 kfifo_reset(&sctpw.fifo); in sctpprobe_open()
88 getnstimeofday(&sctpw.tstart); in sctpprobe_open()
109 error = wait_event_interruptible(sctpw.wait, in sctpprobe_read()
110 kfifo_len(&sctpw.fifo) != 0); in sctpprobe_read()
114 cnt = kfifo_out_locked(&sctpw.fifo, tbuf, len, &sctpw.lock); in sctpprobe_read()
153 now = timespec_sub(now, sctpw.tstart); in jsctp_sf_eat_sack()
211 init_waitqueue_head(&sctpw.wait); in sctpprobe_init()
[all …]