Lines Matching refs:strp
37 strp_init(struct strparser *strp, struct sock *sk,
40 Called to initialize a stream parser. strp is a struct of type
46 void strp_pause(struct strparser *strp)
51 void strp_unpause(struct strparser *strp)
55 void strp_stop(struct strparser *strp);
62 void strp_done(struct strparser *strp);
68 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
78 void strp_data_ready(struct strparser *strp);
86 void strp_check_rcv(struct strparser *strp);
97 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
126 void (*lock)(struct strparser *strp)
128 The lock callback is called to lock the strp structure when
134 void (*unlock)(struct strparser *strp)
141 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
155 int (*read_sock_done)(struct strparser *strp, int err);
163 void (*abort_parser)(struct strparser *strp, int err);