Searched refs:sctpw (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/net/sctp/ |
H A D | probe.c | 69 } sctpw; variable in typeref:struct:__anon15090 81 kfifo_in_locked(&sctpw.fifo, tbuf, len, &sctpw.lock); printl() 82 wake_up(&sctpw.wait); printl() 87 kfifo_reset(&sctpw.fifo); sctpprobe_open() 88 getnstimeofday(&sctpw.tstart); sctpprobe_open() 109 error = wait_event_interruptible(sctpw.wait, sctpprobe_read() 110 kfifo_len(&sctpw.fifo) != 0); sctpprobe_read() 114 cnt = kfifo_out_locked(&sctpw.fifo, tbuf, len, &sctpw.lock); sctpprobe_read() 153 now = timespec_sub(now, sctpw.tstart); jsctp_sf_eat_sack() 211 init_waitqueue_head(&sctpw.wait); sctpprobe_init() 212 spin_lock_init(&sctpw.lock); sctpprobe_init() 213 if (kfifo_alloc(&sctpw.fifo, bufsize, GFP_KERNEL)) sctpprobe_init() 231 kfifo_free(&sctpw.fifo); sctpprobe_init() 237 kfifo_free(&sctpw.fifo); sctpprobe_exit()
|
Completed in 61 milliseconds