Lines Matching defs:strparser
29898 struct strparser;
29901 int (*parse_msg)(struct strparser *, struct sk_buff *);
29902 void (*rcv_msg)(struct strparser *, struct sk_buff *);
29903 int (*read_sock_done)(struct strparser *, int);
29904 void (*abort_parser)(struct strparser *, int);
29905 void (*lock)(struct strparser *);
29906 void (*unlock)(struct strparser *);
29909 struct strparser {
29942 struct strparser strp;
137574 struct strparser strp;