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_done)(struct strparser *strp, int err);47 void (*abort_parser)(struct strparser *strp, int err);48 void (*lock)(struct strparser *strp);49 void (*unlock)(struct strparser *strp);