Searched defs:bpf_sock_ops_kern (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/ |
D | filter.h | 1187 struct bpf_sock_ops_kern { struct 1188 struct sock *sk; 1189 u32 op; 1190 union { 1195 u32 is_fullsock; 1196 u64 temp; /* temp and everything after is not
|
/Linux-v5.4/net/core/ |
D | sock_map.c | 430 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() 880 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
|
D | filter.c | 4185 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() 4215 BPF_CALL_5(bpf_sockopt_event_output, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 4235 BPF_CALL_5(bpf_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 4397 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 4480 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2()
|