| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | bpf.h | 472 struct bpf_sock { struct 473 __u32 bound_dev_if; 474 __u32 family; 475 __u32 type; 476 __u32 protocol; 477 __u32 mark; 478 __u32 priority; 479 __u32 src_ip4; 480 __u32 src_ip6[4]; 481 __u32 src_port;
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | bpf.h | 4199 struct bpf_sock { struct 4200 __u32 bound_dev_if; 4201 __u32 family; 4202 __u32 type; 4203 __u32 protocol; 4204 __u32 mark; 4205 __u32 priority; 4207 __u32 src_ip4; 4208 __u32 src_ip6[4]; 4209 __u32 src_port; /* host byte order */ [all …]
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | bpf.h | 4199 struct bpf_sock { struct 4200 __u32 bound_dev_if; 4201 __u32 family; 4202 __u32 type; 4203 __u32 protocol; 4204 __u32 mark; 4205 __u32 priority; 4207 __u32 src_ip4; 4208 __u32 src_ip6[4]; 4209 __u32 src_port; /* host byte order */ [all …]
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | bpf.h | 623 struct bpf_sock { struct 624 __u32 bound_dev_if; 625 __u32 family; 626 __u32 type; 627 __u32 protocol; 628 __u32 mark; 629 __u32 priority; 630 __u32 src_ip4; 631 __u32 src_ip6[4]; 632 __u32 src_port; [all …]
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | bpf.h | 623 struct bpf_sock { struct 624 __u32 bound_dev_if; 625 __u32 family; 626 __u32 type; 627 __u32 protocol; 628 __u32 mark; 629 __u32 priority; 630 __u32 src_ip4; 631 __u32 src_ip6[4]; 632 __u32 src_port; [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | bpf.h | 6186 struct bpf_sock { struct 6187 __u32 bound_dev_if; 6188 __u32 family; 6189 __u32 type; 6190 __u32 protocol; 6191 __u32 mark; 6192 __u32 priority; 6194 __u32 src_ip4; 6195 __u32 src_ip6[4]; 6196 __u32 src_port; /* host byte order */ [all …]
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| D | bpf.h | 6186 struct bpf_sock { struct 6187 __u32 bound_dev_if; 6188 __u32 family; 6189 __u32 type; 6190 __u32 protocol; 6191 __u32 mark; 6192 __u32 priority; 6194 __u32 src_ip4; 6195 __u32 src_ip6[4]; 6196 __u32 src_port; /* host byte order */ [all …]
|
| /kernel/linux/linux-5.10/net/core/ |
| D | filter.c | 5118 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5135 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5203 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5242 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 6806 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 6884 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 6962 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|
| /kernel/linux/linux-6.6/net/core/ |
| D | filter.c | 5546 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5563 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5631 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5670 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 7483 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7561 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 7639 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|