Home
last modified time | relevance | path

Searched refs:skel (Results 1 – 1 of 1) sorted by relevance

/qemu/ebpf/
H A Drss.bpf.skeleton.h29 static inline int load(struct rss_bpf *skel);
30 static inline int attach(struct rss_bpf *skel);
31 static inline void detach(struct rss_bpf *skel);
32 static inline void destroy(struct rss_bpf *skel);
969 int rss_bpf::load(struct rss_bpf *skel) { return rss_bpf__load(skel); } in load() argument
970 int rss_bpf::attach(struct rss_bpf *skel) { return rss_bpf__attach(skel); } in attach() argument
971 void rss_bpf::detach(struct rss_bpf *skel) { rss_bpf__detach(skel); } in detach() argument
972 void rss_bpf::destroy(struct rss_bpf *skel) { rss_bpf__destroy(skel); } in destroy() argument