Searched refs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 1957 struct bpf_sysctl_kern ctx = { in __cgroup_bpf_run_filter_sysctl() 2306 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() argument 2363 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument 2378 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() argument 2398 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument 2490 bpf_target_off(struct bpf_sysctl_kern, write, in sysctl_convert_ctx_access() 2491 sizeof_field(struct bpf_sysctl_kern, in sysctl_convert_ctx_access() 2510 offsetof(struct bpf_sysctl_kern, tmp_reg)); in sysctl_convert_ctx_access() 2512 BPF_FIELD_SIZEOF(struct bpf_sysctl_kern, ppos), in sysctl_convert_ctx_access() 2514 offsetof(struct bpf_sysctl_kern, ppos)); in sysctl_convert_ctx_access() [all …]
|
| /linux/include/linux/ |
| H A D | filter.h | 1679 struct bpf_sysctl_kern { struct
|