Searched defs:bpf_sock (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/uapi/linux/ |
A D | bpf.h | 6038 struct bpf_sock { struct 6040 __u32 family; 6041 __u32 type; 6042 __u32 protocol; 6043 __u32 mark; 6044 __u32 priority; 6046 __u32 src_ip4; 6047 __u32 src_ip6[4]; 6051 __u32 dst_ip4; 6052 __u32 dst_ip6[4]; [all …]
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | bpf.h | 6038 struct bpf_sock { struct 6040 __u32 family; 6041 __u32 type; 6042 __u32 protocol; 6043 __u32 mark; 6044 __u32 priority; 6046 __u32 src_ip4; 6047 __u32 src_ip6[4]; 6051 __u32 dst_ip4; 6052 __u32 dst_ip6[4]; [all …]
|
/linux-6.3-rc2/net/core/ |
A D | filter.c | 5477 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5494 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5562 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5601 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 7306 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7384 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7462 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|
Completed in 45 milliseconds