Searched refs:BPF_MAP_TYPE_USER_RINGBUF (Results 1 - 12 of 12) sorted by path

/linux-master/include/linux/
H A Dbpf_types.h134 BPF_MAP_TYPE(BPF_MAP_TYPE_USER_RINGBUF, user_ringbuf_map_ops)
/linux-master/include/uapi/linux/
H A Dbpf.h1010 BPF_MAP_TYPE_USER_RINGBUF, enumerator in enum:bpf_map_type
/linux-master/kernel/bpf/
H A Dsyscall.c1284 case BPF_MAP_TYPE_USER_RINGBUF:
H A Dverifier.c8895 case BPF_MAP_TYPE_USER_RINGBUF:
9028 if (map->map_type != BPF_MAP_TYPE_USER_RINGBUF)
18174 case BPF_MAP_TYPE_USER_RINGBUF:
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1010 BPF_MAP_TYPE_USER_RINGBUF, enumerator in enum:bpf_map_type
/linux-master/tools/lib/bpf/
H A Dlibbpf.c186 [BPF_MAP_TYPE_USER_RINGBUF] = "user_ringbuf",
2695 map->def.type == BPF_MAP_TYPE_USER_RINGBUF;
H A Dlibbpf_probes.c326 case BPF_MAP_TYPE_USER_RINGBUF:
H A Dringbuf.c428 if (info.type != BPF_MAP_TYPE_USER_RINGBUF) {
429 pr_warn("user ringbuf: map fd=%d is not BPF_MAP_TYPE_USER_RINGBUF\n", map_fd);
/linux-master/tools/testing/selftests/bpf/progs/
H A Duser_ringbuf_fail.c18 __uint(type, BPF_MAP_TYPE_USER_RINGBUF);
H A Duser_ringbuf_success.c12 __uint(type, BPF_MAP_TYPE_USER_RINGBUF);
H A Dverifier_iterating_callbacks.c13 __uint(type, BPF_MAP_TYPE_USER_RINGBUF);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_loader.c494 case BPF_MAP_TYPE_USER_RINGBUF:

Completed in 435 milliseconds