Searched defs:callback_op (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 52883 struct callback_op { struct 52884 __be32 (*process_op)(void *, void *, struct cb_process_state *); 52885 __be32 (*decode_args)(struct svc_rqst *, struct xdr_stream *, void *); 52886 __be32 (*encode_res)(struct svc_rqst *, struct xdr_stream *, const void *); 52887 long int res_maxsize;
|
| D | vmlinux.h | 52883 struct callback_op { struct 52884 __be32 (*process_op)(void *, void *, struct cb_process_state *); 52885 __be32 (*decode_args)(struct svc_rqst *, struct xdr_stream *, void *); 52886 __be32 (*encode_res)(struct svc_rqst *, struct xdr_stream *, const void *); 52887 long int res_maxsize;
|