Home
last modified time | relevance | path

Searched refs:bpf_sockopt_kern (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcgroup.c2013 static int sockopt_alloc_buf(struct bpf_sockopt_kern *ctx, int max_optlen, in sockopt_alloc_buf()
2044 static void sockopt_free_buf(struct bpf_sockopt_kern *ctx, in sockopt_free_buf()
2052 static bool sockopt_buf_allocated(struct bpf_sockopt_kern *ctx, in sockopt_buf_allocated()
2064 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_setsockopt()
2156 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_getsockopt()
2239 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_getsockopt_kern()
2552 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1() argument
2667 BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, F), \
2669 offsetof(struct bpf_sockopt_kern, F))
2672 BPF_RAW_INSN((BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, F) | \
[all …]
/linux/include/linux/
H A Dfilter.h1697 struct bpf_sockopt_kern { struct