Home
last modified time | relevance | path

Searched refs:cp_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];\
147 struct bpf_mprog_cp cp_items[BPF_MPROG_MAX]; member
171 ARRAY_SIZE(bundle->cp_items)); in bpf_mprog_bundle_init()
283 memmove(entry->parent->cp_items + idx + 1, in bpf_mprog_entry_grow()
284 entry->parent->cp_items + idx, in bpf_mprog_entry_grow()
299 memmove(entry->parent->cp_items + idx, in bpf_mprog_entry_shrink()
300 entry->parent->cp_items + idx + 1, in bpf_mprog_entry_shrink()
309 *cp = &entry->parent->cp_items[idx]; in bpf_mprog_read()