Searched refs:bpf_sockopt_kern (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | cgroup.c | 1742 static int sockopt_alloc_buf(struct bpf_sockopt_kern *ctx, int max_optlen, in sockopt_alloc_buf() 1773 static void sockopt_free_buf(struct bpf_sockopt_kern *ctx, in sockopt_free_buf() 1781 static bool sockopt_buf_allocated(struct bpf_sockopt_kern *ctx, in sockopt_buf_allocated() 1793 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_setsockopt() 1884 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_getsockopt() 1965 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_getsockopt_kern() 2279 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1() argument 2398 T(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, F), \ 2400 offsetof(struct bpf_sockopt_kern, F)) 2443 offsetof(struct bpf_sockopt_kern, tmp_reg)); in cg_sockopt_convert_ctx_access() [all …]
|