Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
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()
/Linux-v6.6/kernel/bpf/
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()
Dtcx.c99 struct bpf_mprog_fp *fp; in tcx_uninstall()
/Linux-v6.6/net/core/
Ddev.c3987 const struct bpf_mprog_fp *fp; in tcx_run()