Searched defs:bpf_sock_ops_kern (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | filter.h | 1262 struct bpf_sock_ops_kern { struct 1263 struct sock *sk; 1264 union { 1269 struct sk_buff *syn_skb; 1270 struct sk_buff *skb; 1271 void *skb_data_end; 1272 u8 op; 1273 u8 is_fullsock; 1274 u8 remaining_opt_len; 1275 u64 temp; /* temp and everything after is not
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | filter.h | 1294 struct bpf_sock_ops_kern { struct 1295 struct sock *sk; 1296 union { 1301 struct sk_buff *syn_skb; 1302 struct sk_buff *skb; 1303 void *skb_data_end; 1304 u8 op; 1305 u8 is_fullsock; 1306 u8 remaining_opt_len; 1307 u64 temp; /* temp and everything after is not
|
| /kernel/linux/linux-5.10/net/core/ |
| D | sock_map.c | 643 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() 1257 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
|
| D | filter.c | 4719 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() 5118 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 5203 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 5242 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() 6806 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() 6884 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() 6962 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3()
|
| /kernel/linux/linux-6.6/net/core/ |
| D | sock_map.c | 613 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4() 1215 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
|
| D | filter.c | 5052 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() 5095 BPF_CALL_1(bpf_get_netns_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() 5546 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 5631 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 5670 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() 7483 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() 7561 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() 7639 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3()
|