Lines Matching defs:strp
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() local
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() local
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()
372 void strp_data_ready(struct strparser *strp) in strp_data_ready()
399 static void do_strp_work(struct strparser *strp) in do_strp_work()
426 struct strparser *strp = container_of(w, struct strparser, in strp_msg_timeout() local
436 static void strp_sock_lock(struct strparser *strp) in strp_sock_lock()
441 static void strp_sock_unlock(struct strparser *strp) in strp_sock_unlock()
446 int strp_init(struct strparser *strp, struct sock *sk, in strp_init()
489 void __strp_unpause(struct strparser *strp) in __strp_unpause()
501 void strp_unpause(struct strparser *strp) in strp_unpause()
515 void strp_done(struct strparser *strp) in strp_done()
529 void strp_stop(struct strparser *strp) in strp_stop()
535 void strp_check_rcv(struct strparser *strp) in strp_check_rcv()