Lines Matching defs:strp
36 struct strp_msg strp; member
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() local
331 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process()
347 struct strparser *strp = (struct strparser *)desc->arg.data; in strp_recv() local
353 static int default_read_sock_done(struct strparser *strp, int err) in default_read_sock_done()
359 static int strp_read_sock(struct strparser *strp) in strp_read_sock()
380 void strp_data_ready(struct strparser *strp) in strp_data_ready()
407 static void do_strp_work(struct strparser *strp) in do_strp_work()
434 struct strparser *strp = container_of(w, struct strparser, in strp_msg_timeout() local
444 static void strp_sock_lock(struct strparser *strp) in strp_sock_lock()
449 static void strp_sock_unlock(struct strparser *strp) in strp_sock_unlock()
454 int strp_init(struct strparser *strp, struct sock *sk, in strp_init()
496 void __strp_unpause(struct strparser *strp) in __strp_unpause()
508 void strp_unpause(struct strparser *strp) in strp_unpause()
522 void strp_done(struct strparser *strp) in strp_done()
536 void strp_stop(struct strparser *strp) in strp_stop()
542 void strp_check_rcv(struct strparser *strp) in strp_check_rcv()