Home
last modified time | relevance | path

Searched defs:strp_callbacks (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
A Dstrparser.h43 struct strp_callbacks { struct
44 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);

Completed in 4 milliseconds