Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
Dfilter.h1519 struct bpf_sock_ops_kern { struct
1520 struct sock *sk;
1521 union {
1526 struct sk_buff *syn_skb;
1527 struct sk_buff *skb;
1528 void *skb_data_end;
1529 u8 op;
1530 u8 is_fullsock;
1531 u8 is_locked_tcp_sock;
1532 u8 remaining_opt_len;
[all …]
/linux-6.15/net/core/
Dsock_map.c622 BPF_CALL_4(bpf_sock_map_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
1229 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
Dfilter.c5138 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1()
5192 BPF_CALL_1(bpf_get_netns_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1()
5709 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
5797 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5()
5839 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2()
7649 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
7730 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4()
7808 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3()