Home
last modified time | relevance | path

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

/include/linux/
A Dbpf_mprog.h125 for (fp = &entry->fp_items[0]; \
140 struct bpf_mprog_fp fp_items[BPF_MPROG_MAX]; member
170 BUILD_BUG_ON(ARRAY_SIZE(bundle->a.fp_items) != in bpf_mprog_bundle_init()
256 memcpy(dst->fp_items, src->fp_items, sizeof(src->fp_items)); in bpf_mprog_entry_copy()
261 memset(dst->fp_items, 0, sizeof(dst->fp_items)); in bpf_mprog_entry_clear()
279 memmove(entry->fp_items + idx + 1, in bpf_mprog_entry_grow()
280 entry->fp_items + idx, in bpf_mprog_entry_grow()
293 int total = ARRAY_SIZE(entry->fp_items); in bpf_mprog_entry_shrink()
295 memmove(entry->fp_items + idx, in bpf_mprog_entry_shrink()
296 entry->fp_items + idx + 1, in bpf_mprog_entry_shrink()
[all …]

Completed in 3 milliseconds