Searched refs:src_ip4 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sock_fields.c | 62 char src_ip4[24], dst_ip4[24]; in print_sk() local 65 inet_ntop(AF_INET, &sk->src_ip4, src_ip4, sizeof(src_ip4)); in print_sk() 76 sk->src_ip4, src_ip4, in print_sk()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_sock_fields.c | 70 dst->src_ip4 = src->src_ip4; in skcpy()
|
| H A D | connect4_prog.c | 182 if (sk->src_ip4 != tuple.ipv4.daddr || in connect_v4_prog()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sock.c | 87 offsetof(struct bpf_sock, src_ip4)), 265 offsetof(struct bpf_sock, src_ip4)),
|
| /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 | 2528 __u32 src_ip4; /* Allows 1,2,4-byte read. member
|
| /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 | 2528 __u32 src_ip4; /* Allows 1,2,4-byte read. member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4180 __u32 src_ip4; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4180 __u32 src_ip4; member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 7680 case bpf_ctx_range(struct bpf_sock, src_ip4): in __sock_filter_check_attach_type() 7739 case bpf_ctx_range(struct bpf_sock, src_ip4): in bpf_sock_is_valid_access() 8734 case offsetof(struct bpf_sock, src_ip4): in bpf_sock_convert_ctx_access()
|