Searched defs:strp_callbacks (Results 1 – 2 of 2) 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);
46 struct strp_callbacks { struct47 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);