Home
last modified time | relevance | path

Searched refs:bpf_sock_ops_kern (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/core/
Dfilter.c4185 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() argument
4215 BPF_CALL_5(bpf_sockopt_event_output, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4235 BPF_CALL_5(bpf_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4397 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument
4480 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument
7990 struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
7993 offsetof(struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
7997 struct bpf_sock_ops_kern, sk),\ in sock_ops_convert_ctx_access()
7999 offsetof(struct bpf_sock_ops_kern, sk));\ in sock_ops_convert_ctx_access()
8028 offsetof(struct bpf_sock_ops_kern, \ in sock_ops_convert_ctx_access()
[all …]
Dsock_map.c387 static bool sock_map_op_okay(const struct bpf_sock_ops_kern *ops) in sock_map_op_okay()
430 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
880 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() argument
/Linux-v5.4/include/linux/
Dbpf-cgroup.h19 struct bpf_sock_ops_kern;
115 struct bpf_sock_ops_kern *sock_ops,
Dfilter.h1187 struct bpf_sock_ops_kern { struct
/Linux-v5.4/include/net/
Dtcp.h2165 struct bpf_sock_ops_kern sock_ops; in tcp_call_bpf()
2168 memset(&sock_ops, 0, offsetof(struct bpf_sock_ops_kern, temp)); in tcp_call_bpf()
/Linux-v5.4/kernel/bpf/
Dcgroup.c742 struct bpf_sock_ops_kern *sock_ops, in __cgroup_bpf_run_filter_sock_ops()