Searched defs:bpf_sysctl_kern (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/bpf/ |
H A D | cgroup.c | 2248 BPF_CALL_4(bpf_sysctl_get_name,struct bpf_sysctl_kern *,ctx,char *,buf,size_t,buf_len,u64,flags) BPF_CALL_4() argument 2305 BPF_CALL_3(bpf_sysctl_get_current_value,struct bpf_sysctl_kern *,ctx,char *,buf,size_t,buf_len) BPF_CALL_3() argument 2320 BPF_CALL_3(bpf_sysctl_get_new_value,struct bpf_sysctl_kern *,ctx,char *,buf,size_t,buf_len) BPF_CALL_3() argument 2340 BPF_CALL_3(bpf_sysctl_set_new_value,struct bpf_sysctl_kern *,ctx,const char *,buf,size_t,buf_len) BPF_CALL_3() argument [all...] |