Searched defs:strp_callbacks (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/include/net/ |
| D | strparser.h | 43 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)(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);
|
| /kernel/linux/linux-5.10/include/net/ |
| D | strparser.h | 43 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);
|