Searched refs:bpf_sysctl (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/bpf/progs/ |
| D | test_sysctl_loop1.c | 22 static __always_inline int is_tcp_mem(struct bpf_sysctl *ctx) in is_tcp_mem() 42 int sysctl_tcp_mem(struct bpf_sysctl *ctx) in sysctl_tcp_mem()
|
| D | test_sysctl_loop2.c | 22 static __attribute__((noinline)) int is_tcp_mem(struct bpf_sysctl *ctx) in is_tcp_mem() 43 int sysctl_tcp_mem(struct bpf_sysctl *ctx) in sysctl_tcp_mem()
|
| D | test_sysctl_prog.c | 23 static __always_inline int is_tcp_mem(struct bpf_sysctl *ctx) in is_tcp_mem() 43 int sysctl_tcp_mem(struct bpf_sysctl *ctx) in sysctl_tcp_mem()
|
| /Linux-v5.10/tools/testing/selftests/bpf/ |
| D | test_sysctl.c | 85 offsetof(struct bpf_sysctl, write)), 106 offsetof(struct bpf_sysctl, write)), 129 offsetof(struct bpf_sysctl, write)), 132 offsetof(struct bpf_sysctl, write) + 2), 152 offsetof(struct bpf_sysctl, write)), 166 offsetof(struct bpf_sysctl, file_pos)), 189 offsetof(struct bpf_sysctl, file_pos)), 192 offsetof(struct bpf_sysctl, file_pos) + 3), 216 offsetof(struct bpf_sysctl, file_pos)),
|
| /Linux-v5.10/include/linux/ |
| D | bpf_types.h | 56 struct bpf_sysctl, struct bpf_sysctl_kern)
|
| /Linux-v5.10/kernel/bpf/ |
| D | cgroup.c | 1665 if (off < 0 || off + size > sizeof(struct bpf_sysctl) || off % size) in sysctl_is_valid_access() 1669 case bpf_ctx_range(struct bpf_sysctl, write): in sysctl_is_valid_access() 1674 case bpf_ctx_range(struct bpf_sysctl, file_pos): in sysctl_is_valid_access() 1695 case offsetof(struct bpf_sysctl, write): in sysctl_convert_ctx_access() 1703 case offsetof(struct bpf_sysctl, file_pos): in sysctl_convert_ctx_access()
|
| /Linux-v5.10/Documentation/bpf/ |
| D | prog_cgroup_sysctl.rst | 25 struct bpf_sysctl {
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | bpf.h | 4982 struct bpf_sysctl { struct
|
| /Linux-v5.10/include/uapi/linux/ |
| D | bpf.h | 4982 struct bpf_sysctl { struct
|