Home
last modified time | relevance | path

Searched defs:bpf_sock_ops_kern (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfilter.h1096 struct bpf_sock_ops_kern { struct
1097 struct sock *sk;
1098 u32 op;
1099 union {
1104 u32 is_fullsock;
1105 u64 temp; /* temp and everything after is not
/Linux-v4.19/kernel/bpf/
Dsockmap.c2587 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
2612 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
/Linux-v4.19/net/core/
Dfilter.c3863 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1()
3893 BPF_CALL_5(bpf_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
4038 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
4109 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2()