Searched refs:bpf_cgroup_storage_key (Results 1 - 18 of 18) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dcg_storage_multi_egress_only.c17 __type(key, struct bpf_cgroup_storage_key);
H A Dnetcnt_prog.c15 __type(key, struct bpf_cgroup_storage_key);
21 __type(key, struct bpf_cgroup_storage_key);
H A Dcg_storage_multi_isolated.c17 __type(key, struct bpf_cgroup_storage_key);
H A Dverifier_cgroup_storage.c12 __type(key, struct bpf_cgroup_storage_key);
26 __type(key, struct bpf_cgroup_storage_key);
H A Dtest_spin_lock.c28 __type(key, struct bpf_cgroup_storage_key);
H A Dmap_ptr_kern.c519 __type(key, struct bpf_cgroup_storage_key);
530 sizeof(struct bpf_cgroup_storage_key), sizeof(__u32), 0));
559 __type(key, struct bpf_cgroup_storage_key);
570 sizeof(struct bpf_cgroup_storage_key), sizeof(__u32), 0));
/linux-master/kernel/bpf/
H A Dlocal_storage.c36 return map->key_size == sizeof(struct bpf_cgroup_storage_key);
43 const struct bpf_cgroup_storage_key *key1 = _key1;
44 const struct bpf_cgroup_storage_key *key2 = _key2;
272 struct bpf_cgroup_storage_key *next = _next_key;
298 if (attr->key_size != sizeof(struct bpf_cgroup_storage_key) &&
365 /* Key is expected to be of struct bpf_cgroup_storage_key type,
367 * struct bpf_cgroup_storage_key {
384 size = sizeof_field(struct bpf_cgroup_storage_key, cgroup_inode_id);
392 offset = offsetof(struct bpf_cgroup_storage_key, attach_type);
393 size = sizeof_field(struct bpf_cgroup_storage_key, attach_typ
[all...]
H A Dcgroup.c213 struct bpf_cgroup_storage_key key;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dnetcnt.c14 struct bpf_cgroup_storage_key key;
H A Dcgroup_attach_multi.c25 sizeof(struct bpf_cgroup_storage_key), 8, 0, NULL);
33 sizeof(struct bpf_cgroup_storage_key), 8, 0, NULL);
H A Dcg_storage_multi.c92 struct bpf_cgroup_storage_key key;
162 struct bpf_cgroup_storage_key key;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_cgroup_storage.c42 struct bpf_cgroup_storage_key key;
H A Dtest_verifier.c673 fd = bpf_map_create(type, NULL, sizeof(struct bpf_cgroup_storage_key),
/linux-master/samples/bpf/
H A Dhbm_kern.h62 __type(key, struct bpf_cgroup_storage_key);
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c304 key_size = sizeof(struct bpf_cgroup_storage_key);
/linux-master/include/linux/
H A Dbpf-cgroup.h96 struct bpf_cgroup_storage_key key;
/linux-master/include/uapi/linux/
H A Dbpf.h108 struct bpf_cgroup_storage_key { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h108 struct bpf_cgroup_storage_key { struct

Completed in 445 milliseconds