Searched refs:skel (Results 1 – 1 of 1) sorted by relevance
29 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() argument970 int rss_bpf::attach(struct rss_bpf *skel) { return rss_bpf__attach(skel); } in attach() argument971 void rss_bpf::detach(struct rss_bpf *skel) { rss_bpf__detach(skel); } in detach() argument972 void rss_bpf::destroy(struct rss_bpf *skel) { rss_bpf__destroy(skel); } in destroy() argument