Searched refs:bpf_sockopt_kern (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
H A D | cgroup.c | 1955 static int sockopt_alloc_buf(struct bpf_sockopt_kern *ctx, int max_optlen, in sockopt_alloc_buf() 1986 static void sockopt_free_buf(struct bpf_sockopt_kern *ctx, in sockopt_free_buf() 1994 static bool sockopt_buf_allocated(struct bpf_sockopt_kern *ctx, in sockopt_buf_allocated() 2006 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_setsockopt() 2063 /* We've used bpf_sockopt_kern->buf as an intermediary in __cgroup_bpf_run_filter_setsockopt() 2098 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_getsockopt() 2181 struct bpf_sockopt_kern ctx = { in __cgroup_bpf_run_filter_getsockopt_kern() 2493 BPF_CALL_1(bpf_get_netns_cookie_sockopt, struct bpf_sockopt_kern *, ctx) in BPF_CALL_1() argument 2608 BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, F), \ 2610 offsetof(struct bpf_sockopt_kern, [all...] |
/linux/include/linux/ |
H A D | bpf_types.h | 58 struct bpf_sockopt, struct bpf_sockopt_kern)
|
H A D | filter.h | 1575 struct bpf_sockopt_kern { struct 1576 skbpf_sockopt_kern global() argument 1577 optvalbpf_sockopt_kern global() argument 1578 optval_endbpf_sockopt_kern global() argument 1579 levelbpf_sockopt_kern global() argument 1580 optnamebpf_sockopt_kern global() argument 1581 optlenbpf_sockopt_kern global() argument 1583 current_taskbpf_sockopt_kern global() argument 1585 tmp_regbpf_sockopt_kern global() argument
|