Searched refs:bpf_sysctl_kern (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
D | cgroup.c | 1687 struct bpf_sysctl_kern ctx = { in __cgroup_bpf_run_filter_sysctl() 2033 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() argument 2090 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument 2105 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() argument 2125 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument 2220 bpf_target_off(struct bpf_sysctl_kern, write, in sysctl_convert_ctx_access() 2221 sizeof_field(struct bpf_sysctl_kern, in sysctl_convert_ctx_access() 2240 offsetof(struct bpf_sysctl_kern, tmp_reg)); in sysctl_convert_ctx_access() 2242 BPF_FIELD_SIZEOF(struct bpf_sysctl_kern, ppos), in sysctl_convert_ctx_access() 2244 offsetof(struct bpf_sysctl_kern, ppos)); in sysctl_convert_ctx_access() [all …]
|
/Linux-v6.6/include/linux/ |
D | bpf_types.h | 56 struct bpf_sysctl, struct bpf_sysctl_kern)
|
D | filter.h | 1314 struct bpf_sysctl_kern { struct
|