Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dfilter.h1299 struct bpf_sock_ops_kern { struct
1300 struct sock *sk;
1301 union {
1306 struct sk_buff *syn_skb;
1307 struct sk_buff *skb;
1308 void *skb_data_end;
1309 u8 op;
1310 u8 is_fullsock;
1311 u8 remaining_opt_len;
1312 u64 temp; /* temp and everything after is not
/linux-6.3-rc2/net/core/
A Dsock_map.c615 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
1208 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
A Dfilter.c4983 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1()
5026 BPF_CALL_1(bpf_get_netns_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1()
5477 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
5562 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
5601 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2()
7306 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
7384 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
7462 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3()

Completed in 31 milliseconds