Lines Matching defs:strparser
64047 struct strparser;
64050 int (*parse_msg)(struct strparser *, struct sk_buff *);
64051 void (*rcv_msg)(struct strparser *, struct sk_buff *);
64052 int (*read_sock_done)(struct strparser *, int);
64053 void (*abort_parser)(struct strparser *, int);
64054 void (*lock)(struct strparser *);
64055 void (*unlock)(struct strparser *);
64058 struct strparser {
64091 struct strparser strp;