Searched defs:bpf_sock_ops_kern (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/include/linux/ |
D | filter.h | 1246 struct bpf_sock_ops_kern { struct 1247 struct sock *sk; 1248 union { 1253 struct sk_buff *syn_skb; 1254 struct sk_buff *skb; 1255 void *skb_data_end; 1256 u8 op; 1257 u8 is_fullsock; 1258 u8 remaining_opt_len; 1259 u64 temp; /* temp and everything after is not
|
/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() 1248 BPF_CALL_4(bpf_sock_hash_update, struct bpf_sock_ops_kern *, sops, in BPF_CALL_4()
|
D | filter.c | 4634 BPF_CALL_1(bpf_get_socket_cookie_sock_ops, struct bpf_sock_ops_kern *, ctx) in BPF_CALL_1() 5031 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 5116 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() 5155 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()
|