Home
last modified time | relevance | path

Searched defs:bpf_sysctl_kern (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
A Dfilter.h1329 struct bpf_sysctl_kern { struct
1330 struct ctl_table_header *head;
1331 struct ctl_table *table;
1332 void *cur_val;
1333 size_t cur_len;
1334 void *new_val;
1335 size_t new_len;
1336 int new_updated;
1337 int write;
1338 loff_t *ppos;
[all …]
/linux/kernel/bpf/
A Dcgroup.c1679 BPF_CALL_4(bpf_sysctl_get_name, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_4()
1736 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()
1751 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3()
1771 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3()

Completed in 12 milliseconds