Searched refs:user_ip4 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | connect_force_port4.c | 49 orig->addr = ctx->user_ip4; in connect4() 52 ctx->user_ip4 = bpf_htonl(0x7f000001); in connect4() 63 ctx->user_ip4 = bpf_htonl(0x01020304); in getsockname4() 78 ctx->user_ip4 = orig->addr; in getpeername4()
|
| H A D | sendmsg4_prog.c | 37 if ((ctx->user_ip4 >> 24) == (bpf_htonl(DST_IP4) >> 24) && in sendmsg_v4_prog() 39 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4); in sendmsg_v4_prog()
|
| H A D | connect4_prog.c | 195 ctx->user_ip4 = bpf_htonl(DST_REWRITE_IP4); in connect_v4_prog()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sock_addr.c | 712 offsetof(struct bpf_sock_addr, user_ip4)), in bind4_prog_load() 717 offsetof(struct bpf_sock_addr, user_ip4) + 1), in bind4_prog_load() 722 offsetof(struct bpf_sock_addr, user_ip4) + 2), in bind4_prog_load() 727 offsetof(struct bpf_sock_addr, user_ip4) + 3), in bind4_prog_load() 732 offsetof(struct bpf_sock_addr, user_ip4)), in bind4_prog_load() 737 offsetof(struct bpf_sock_addr, user_ip4) + 2), in bind4_prog_load() 742 offsetof(struct bpf_sock_addr, user_ip4)), in bind4_prog_load() 765 offsetof(struct bpf_sock_addr, user_ip4)), in bind4_prog_load() 945 offsetof(struct bpf_sock_addr, user_ip4)), in sendmsg4_rw_asm_prog_load() 986 offsetof(struct bpf_sock_addr, user_ip4)), in recvmsg4_rw_asm_prog_load()
|
| /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 | 2683 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. 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 | 2683 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4465 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4465 __u32 user_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 7970 case bpf_ctx_range(struct bpf_sock_addr, user_ip4): in sock_addr_is_valid_access() 8016 case bpf_ctx_range(struct bpf_sock_addr, user_ip4): in sock_addr_is_valid_access() 9002 case offsetof(struct bpf_sock_addr, user_ip4): in sock_addr_convert_ctx_access()
|