Searched refs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/kernel/bpf/ |
| D | cgroup.c | 880 struct bpf_sysctl_kern ctx = { in __cgroup_bpf_run_filter_sysctl() 1166 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4() argument 1223 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument 1238 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() argument 1258 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument 1343 bpf_target_off(struct bpf_sysctl_kern, write, in sysctl_convert_ctx_access() 1344 FIELD_SIZEOF(struct bpf_sysctl_kern, in sysctl_convert_ctx_access() 1363 offsetof(struct bpf_sysctl_kern, tmp_reg)); in sysctl_convert_ctx_access() 1365 BPF_FIELD_SIZEOF(struct bpf_sysctl_kern, ppos), in sysctl_convert_ctx_access() 1367 offsetof(struct bpf_sysctl_kern, ppos)); in sysctl_convert_ctx_access() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | filter.h | 1207 struct bpf_sysctl_kern { struct
|