Lines Matching refs:strparser
43 struct strparser;
47 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);
48 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);
49 int (*read_sock_done)(struct strparser *strp, int err);
50 void (*abort_parser)(struct strparser *strp, int err);
51 void (*lock)(struct strparser *strp);
52 void (*unlock)(struct strparser *strp);
67 struct strparser { struct
86 static inline void strp_pause(struct strparser *strp) in strp_pause() argument
92 void strp_unpause(struct strparser *strp);
94 void __strp_unpause(struct strparser *strp);
96 static inline void save_strp_stats(struct strparser *strp, in save_strp_stats()
138 void strp_done(struct strparser *strp);
139 void strp_stop(struct strparser *strp);
140 void strp_check_rcv(struct strparser *strp);
141 int strp_init(struct strparser *strp, struct sock *sk,
143 void strp_data_ready(struct strparser *strp);
144 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,