Lines Matching refs:strparser
24 #include <net/strparser.h>
37 static void strp_abort_strp(struct strparser *strp, int err)
57 static void strp_start_timer(struct strparser *strp, long timeo)
64 static void strp_parser_err(struct strparser *strp, int err,
73 static inline int strp_peek_len(struct strparser *strp)
82 * Return int max to avoid stopping the strparser.
93 struct strparser *strp = (struct strparser *)desc->arg.data;
317 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
333 struct strparser *strp = (struct strparser *)desc->arg.data;
339 static int default_read_sock_done(struct strparser *strp, int err)
345 static int strp_read_sock(struct strparser *strp)
366 void strp_data_ready(struct strparser *strp)
393 static void do_strp_work(struct strparser *strp)
415 do_strp_work(container_of(w, struct strparser, work));
420 struct strparser *strp = container_of(w, struct strparser,
430 static void strp_sock_lock(struct strparser *strp)
435 static void strp_sock_unlock(struct strparser *strp)
440 int strp_init(struct strparser *strp, struct sock *sk,
449 * If the sock is set then the strparser is in receive callback mode.
451 * and strparser calls the read_sock function on the socket to
454 * If the sock is not set then the strparser is in general mode.
482 void __strp_unpause(struct strparser *strp)
494 void strp_unpause(struct strparser *strp)
508 void strp_done(struct strparser *strp)
522 void strp_stop(struct strparser *strp)
528 void strp_check_rcv(struct strparser *strp)