Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_mprog.h131 struct bpf_mprog_fp { struct
140 struct bpf_mprog_fp fp_items[BPF_MPROG_MAX]; argument
205 const struct bpf_mprog_fp *fp; in bpf_mprog_exists()
281 (total - idx) * sizeof(struct bpf_mprog_fp)); in bpf_mprog_entry_grow()
297 (total - idx - 1) * sizeof(struct bpf_mprog_fp)); in bpf_mprog_entry_shrink()
305 struct bpf_mprog_fp **fp, in bpf_mprog_read()
312 static inline void bpf_mprog_write(struct bpf_mprog_fp *fp, in bpf_mprog_write()
/openbmc/linux/kernel/bpf/
H A Dmprog.c112 struct bpf_mprog_fp *fp; in bpf_mprog_replace()
133 struct bpf_mprog_fp *fp; in bpf_mprog_insert()
181 struct bpf_mprog_fp *fp; in bpf_mprog_pos_exact()
196 struct bpf_mprog_fp *fp; in bpf_mprog_pos_before()
212 struct bpf_mprog_fp *fp; in bpf_mprog_pos_after()
302 struct bpf_mprog_fp *fp; in bpf_mprog_fetch()
400 struct bpf_mprog_fp *fp; in bpf_mprog_query()
H A Dtcx.c99 struct bpf_mprog_fp *fp; in tcx_uninstall()
/openbmc/linux/net/core/
H A Ddev.c3990 const struct bpf_mprog_fp *fp; in tcx_run()