Lines Matching refs:strparser

37 static void strp_abort_strp(struct strparser *strp, int err)  in strp_abort_strp()
57 static void strp_start_timer(struct strparser *strp, long timeo) in strp_start_timer()
64 static void strp_parser_err(struct strparser *strp, int err, in strp_parser_err()
73 static inline int strp_peek_len(struct strparser *strp) in strp_peek_len()
93 struct strparser *strp = (struct strparser *)desc->arg.data; in __strp_recv()
317 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process()
333 struct strparser *strp = (struct strparser *)desc->arg.data; in strp_recv()
339 static int default_read_sock_done(struct strparser *strp, int err) in default_read_sock_done()
345 static int strp_read_sock(struct strparser *strp) in strp_read_sock()
366 void strp_data_ready(struct strparser *strp) in strp_data_ready()
393 static void do_strp_work(struct strparser *strp) in do_strp_work()
415 do_strp_work(container_of(w, struct strparser, work)); in strp_work()
420 struct strparser *strp = container_of(w, struct strparser, in strp_msg_timeout()
430 static void strp_sock_lock(struct strparser *strp) in strp_sock_lock()
435 static void strp_sock_unlock(struct strparser *strp) in strp_sock_unlock()
440 int strp_init(struct strparser *strp, struct sock *sk, in strp_init()
482 void __strp_unpause(struct strparser *strp) in __strp_unpause()
494 void strp_unpause(struct strparser *strp) in strp_unpause()
508 void strp_done(struct strparser *strp) in strp_done()
522 void strp_stop(struct strparser *strp) in strp_stop()
528 void strp_check_rcv(struct strparser *strp) in strp_check_rcv()