Lines Matching refs:strp
43 strp_init(struct strparser *strp, struct sock *sk,
46 Called to initialize a stream parser. strp is a struct of type
54 void strp_pause(struct strparser *strp)
61 void strp_unpause(struct strparser *strp)
67 void strp_stop(struct strparser *strp);
76 void strp_done(struct strparser *strp);
84 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
96 void strp_data_ready(struct strparser *strp);
106 void strp_check_rcv(struct strparser *strp);
119 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
152 void (*lock)(struct strparser *strp)
154 The lock callback is called to lock the strp structure when
162 void (*unlock)(struct strparser *strp)
171 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
187 int (*read_sock_done)(struct strparser *strp, int err);
197 void (*abort_parser)(struct strparser *strp, int err);