Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfilter.h1261 struct bpf_sock_ops_kern { struct
1262 struct sock *sk;
1263 union {
1268 struct sk_buff *syn_skb;
1269 struct sk_buff *skb;
1270 void *skb_data_end;
1271 u8 op;
1272 u8 is_fullsock;
1273 u8 remaining_opt_len;
1274 u64 temp; /* temp and everything after is not
/kernel/linux/linux-4.19/include/linux/
Dfilter.h1117 struct bpf_sock_ops_kern { struct
1118 struct sock *sk;
1119 u32 op;
1120 union {
1125 u32 is_fullsock;
1126 u64 temp; /* temp and everything after is not
/kernel/linux/linux-5.10/net/core/
Dsock_map.c643 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
1248 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
Dfilter.c4627 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1()
5024 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
5109 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
5148 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2()
6680 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
6758 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
6836 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3()
/kernel/linux/linux-4.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()
/kernel/linux/linux-4.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()
4043 BPF_CALL_5(bpf_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
4114 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2()