Lines Matching refs:strparser
47 static void strp_abort_strp(struct strparser *strp, int err) in strp_abort_strp()
67 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer()
74 static void strp_parser_err(struct strparser *strp, int err, in strp_parser_err()
83 static inline int strp_peek_len(struct strparser *strp) in strp_peek_len()
103 struct strparser *strp = (struct strparser *)desc->arg.data; in __strp_recv()
333 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process()
349 struct strparser *strp = (struct strparser *)desc->arg.data; in strp_recv()
355 static int default_read_sock_done(struct strparser *strp, int err) in default_read_sock_done()
361 static int strp_read_sock(struct strparser *strp) in strp_read_sock()
382 void strp_data_ready(struct strparser *strp) in strp_data_ready()
409 static void do_strp_work(struct strparser *strp) in do_strp_work()
431 do_strp_work(container_of(w, struct strparser, work)); in strp_work()
436 struct strparser *strp = container_of(w, struct strparser, in strp_msg_timeout()
446 static void strp_sock_lock(struct strparser *strp) in strp_sock_lock()
451 static void strp_sock_unlock(struct strparser *strp) in strp_sock_unlock()
456 int strp_init(struct strparser *strp, struct sock *sk, in strp_init()
498 void __strp_unpause(struct strparser *strp) in __strp_unpause()
510 void strp_unpause(struct strparser *strp) in strp_unpause()
524 void strp_done(struct strparser *strp) in strp_done()
538 void strp_stop(struct strparser *strp) in strp_stop()
544 void strp_check_rcv(struct strparser *strp) in strp_check_rcv()