Home
last modified time | relevance | path

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

/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h11 struct rss_bpf { struct
27 static inline struct rss_bpf *open(const struct bpf_object_open_opts *opts = nullptr); argument
28 static inline struct rss_bpf *open_and_load();
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);
38 rss_bpf__destroy(struct rss_bpf *obj) in rss_bpf__destroy()
48 rss_bpf__create_skeleton(struct rss_bpf *obj);
50 static inline struct rss_bpf *
[all …]
H A Debpf_rss.c107 struct rss_bpf *rss_bpf_ctx; in ebpf_rss_load()