Searched refs:msg_src_ip4 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | sendmsg4_prog.c | 28 if (ctx->msg_src_ip4 == bpf_htonl(SRC1_IP4) || in sendmsg_v4_prog() 29 ctx->msg_src_ip4 == bpf_htonl(SRC2_IP4)) { in sendmsg_v4_prog() 30 ctx->msg_src_ip4 = bpf_htonl(SRC_REWRITE_IP4); in sendmsg_v4_prog()
|
| /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 | 2695 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 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 | 2695 __u32 msg_src_ip4; /* Allows 1,2,4-byte read an 4-byte write. member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4477 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4477 __u32 msg_src_ip4; /* Allows 1,2,4-byte read and 4-byte write. member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sock_addr.c | 940 offsetof(struct bpf_sock_addr, msg_src_ip4)), in sendmsg4_rw_asm_prog_load()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 7996 case bpf_ctx_range(struct bpf_sock_addr, msg_src_ip4): in sock_addr_is_valid_access() 8018 case bpf_ctx_range(struct bpf_sock_addr, msg_src_ip4): in sock_addr_is_valid_access() 9051 case offsetof(struct bpf_sock_addr, msg_src_ip4): in sock_addr_convert_ctx_access()
|