Searched defs:strp_callbacks (Results 1 – 1 of 1) sorted by relevance
43 struct strp_callbacks { struct44 int (*parse_msg)(struct strparser *strp, struct sk_buff *skb);45 void (*rcv_msg)(struct strparser *strp, struct sk_buff *skb);46 int (*read_sock)(struct strparser *strp, read_descriptor_t *desc,48 int (*read_sock_done)(struct strparser *strp, int err);49 void (*abort_parser)(struct strparser *strp, int err);50 void (*lock)(struct strparser *strp);51 void (*unlock)(struct strparser *strp);