Searched refs:strparser (Results 1 – 3 of 3) sorted by relevance
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 { struct86 static inline void strp_pause(struct strparser *strp) in strp_pause() argument92 void strp_unpause(struct strparser *strp);[all …]
94 struct strparser strp;
120 struct strparser strp;