Searched defs:bpf_sock (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4172 struct bpf_sock { struct 4173 __u32 bound_dev_if; 4174 __u32 family; 4175 __u32 type; 4176 __u32 protocol; 4177 __u32 mark; 4178 __u32 priority; 4180 __u32 src_ip4; 4181 __u32 src_ip6[4]; 4182 __u32 src_port; /* host byte order */ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4172 struct bpf_sock { struct 4173 __u32 bound_dev_if; 4174 __u32 family; 4175 __u32 type; 4176 __u32 protocol; 4177 __u32 mark; 4178 __u32 priority; 4180 __u32 src_ip4; 4181 __u32 src_ip6[4]; 4182 __u32 src_port; /* host byte order */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 2521 struct bpf_sock { struct 2539 struct bpf_sock_tuple { argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 2521 struct bpf_sock { struct 2539 struct bpf_sock_tuple { argument
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 5012 BPF_CALL_5(bpf_sock_ops_setsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5029 static int bpf_sock_ops_get_syn(struct bpf_sock_ops_kern *bpf_sock, in bpf_sock_ops_get_syn() 5097 BPF_CALL_5(bpf_sock_ops_getsockopt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_5() argument 5136 BPF_CALL_2(bpf_sock_ops_cb_flags_set, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_2() argument 6698 BPF_CALL_4(bpf_sock_ops_load_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 6776 BPF_CALL_4(bpf_sock_ops_store_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_4() argument 6854 BPF_CALL_3(bpf_sock_ops_reserve_hdr_opt, struct bpf_sock_ops_kern *, bpf_sock, in BPF_CALL_3() argument
|