Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_mprog.h116 for (fp = &entry->fp_items[0], cp = &entry->parent->cp_items[0];\
125 for (fp = &entry->fp_items[0]; \
140 struct bpf_mprog_fp fp_items[BPF_MPROG_MAX]; member
169 BUILD_BUG_ON(sizeof(bundle->a.fp_items[0]) > sizeof(u64)); in bpf_mprog_bundle_init()
170 BUILD_BUG_ON(ARRAY_SIZE(bundle->a.fp_items) != in bpf_mprog_bundle_init()
191 return ARRAY_SIZE(((struct bpf_mprog_entry *)NULL)->fp_items) - 1; in bpf_mprog_max()
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()
[all …]