Searched defs:bpf_sysctl_kern (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | filter.h | 1207 struct bpf_sysctl_kern {  struct1208 	struct ctl_table_header *head;
 1209 	struct ctl_table *table;
 1210 	void *cur_val;
 1211 	size_t cur_len;
 1212 	void *new_val;
 1213 	size_t new_len;
 1214 	int new_updated;
 1215 	int write;
 1216 	loff_t *ppos;
 [all …]
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | cgroup.c | 1166 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf,  in BPF_CALL_4()1223 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx,  in BPF_CALL_3()
 1238 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf,  in BPF_CALL_3()
 1258 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx,  in BPF_CALL_3()
 
 |