Lines Matching defs:strparser
107129 struct strparser;
107132 int (*parse_msg)(struct strparser *, struct sk_buff *);
107133 void (*rcv_msg)(struct strparser *, struct sk_buff *);
107134 int (*read_sock_done)(struct strparser *, int);
107135 void (*abort_parser)(struct strparser *, int);
107136 void (*lock)(struct strparser *);
107137 void (*unlock)(struct strparser *);
107140 struct strparser {
107180 struct strparser strp;