Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h445 #define BPF_ID_MAP_SIZE ((MAX_BPF_REG + MAX_BPF_STACK / BPF_REG_SIZE + \ macro
860 struct bpf_id_pair map[BPF_ID_MAP_SIZE];
868 } entries[BPF_ID_MAP_SIZE];
/linux/kernel/bpf/
H A Dstates.c339 if (idmap->cnt < BPF_ID_MAP_SIZE) { in check_ids()
H A Dverifier.c9394 if (WARN_ON_ONCE(idmap->cnt >= BPF_ID_MAP_SIZE)) in idstack_push()
17767 if (idset->num_ids < BPF_ID_MAP_SIZE) { in idset_cnt_inc()