Home
last modified time | relevance | path

Searched refs:kernel_optval (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dbpf-cgroup.h147 int *optlen, char **kernel_optval);
381 kernel_optval) \ argument
389 kernel_optval); \
518 kernel_optval) ({ 0; }) argument
/linux/net/
A Dsocket.c2305 char *kernel_optval = NULL; in do_sock_setsockopt() local
2318 &kernel_optval); in do_sock_setsockopt()
2326 if (kernel_optval) in do_sock_setsockopt()
2327 optval = KERNEL_SOCKPTR(kernel_optval); in do_sock_setsockopt()
2336 kfree(kernel_optval); in do_sock_setsockopt()
/linux/kernel/bpf/
A Dcgroup.c1818 int *optlen, char **kernel_optval) in __cgroup_bpf_run_filter_setsockopt() argument
1893 *kernel_optval = p; in __cgroup_bpf_run_filter_setsockopt()
1895 *kernel_optval = ctx.optval; in __cgroup_bpf_run_filter_setsockopt()

Completed in 19 milliseconds