| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_sk_lookup.c | 424 if (LSB(ctx->remote_ip4, 0) != ((SRC_IP4 >> 0) & 0xff) || in ctx_narrow_access() 425 LSB(ctx->remote_ip4, 1) != ((SRC_IP4 >> 8) & 0xff) || in ctx_narrow_access() 426 LSB(ctx->remote_ip4, 2) != ((SRC_IP4 >> 16) & 0xff) || in ctx_narrow_access() 427 LSB(ctx->remote_ip4, 3) != ((SRC_IP4 >> 24) & 0xff)) in ctx_narrow_access() 429 if (LSW(ctx->remote_ip4, 0) != ((SRC_IP4 >> 0) & 0xffff) || in ctx_narrow_access() 430 LSW(ctx->remote_ip4, 1) != ((SRC_IP4 >> 16) & 0xffff)) in ctx_narrow_access() 444 if (LSB(ctx->remote_ip4, 0) != 0 || LSB(ctx->remote_ip4, 1) != 0 || in ctx_narrow_access() 445 LSB(ctx->remote_ip4, 2) != 0 || LSB(ctx->remote_ip4, 3) != 0) in ctx_narrow_access() 447 if (LSW(ctx->remote_ip4, 0) != 0 || LSW(ctx->remote_ip4, 1) != 0) in ctx_narrow_access()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A D | ctx_sk_lookup.c | 42 offsetof(struct bpf_sk_lookup, remote_ip4)), 44 offsetof(struct bpf_sk_lookup, remote_ip4) + 1), 46 offsetof(struct bpf_sk_lookup, remote_ip4) + 2), 48 offsetof(struct bpf_sk_lookup, remote_ip4) + 3), 51 offsetof(struct bpf_sk_lookup, remote_ip4)), 53 offsetof(struct bpf_sk_lookup, remote_ip4) + 2), 56 offsetof(struct bpf_sk_lookup, remote_ip4)), 275 offsetof(struct bpf_sk_lookup, remote_ip4)),
|
| H A D | ctx_sk_msg.c | 15 offsetof(struct sk_msg_md, remote_ip4)),
|
| H A D | cgroup_skb.c | 94 offsetof(struct __sk_buff, remote_ip4)),
|
| H A D | ctx_skb.c | 121 offsetof(struct __sk_buff, remote_ip4)), 191 offsetof(struct __sk_buff, remote_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 | 2467 __u32 remote_ip4; /* Stored in network byte order */ member 2596 __u32 remote_ip4; /* Stored in network byte order */ member 2717 __u32 remote_ip4; /* Stored in network byte order */ 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 | 2467 __u32 remote_ip4; /* Stored in network byte order */ member 2596 __u32 remote_ip4; /* Stored in network byte order */ member 2717 __u32 remote_ip4; /* Stored in network byte order */ member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 4105 __u32 remote_ip4; /* Stored in network byte order */ member 4325 __u32 remote_ip4; /* Stored in network byte order */ member 4500 __u32 remote_ip4; /* Stored in network byte order */ member 5017 __u32 remote_ip4; /* Network byte order */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 4105 __u32 remote_ip4; /* Stored in network byte order */ member 4325 __u32 remote_ip4; /* Stored in network byte order */ member 4500 __u32 remote_ip4; /* Stored in network byte order */ member 5017 __u32 remote_ip4; /* Network byte order */ member
|
| /OK3568_Linux_fs/kernel/net/bpf/ |
| H A D | test_run.c | 856 ctx.v4.saddr = (__force __be32)user_ctx->remote_ip4; in bpf_prog_test_run_sk_lookup()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 7521 case bpf_ctx_range_till(struct __sk_buff, remote_ip4, remote_ip4): in bpf_skb_is_valid_access() 8202 case bpf_ctx_range(struct sk_msg_md, remote_ip4): in sk_msg_is_valid_access() 8519 case offsetof(struct __sk_buff, remote_ip4): in bpf_convert_ctx_access() 9257 case offsetof(struct bpf_sock_ops, remote_ip4): in sock_ops_convert_ctx_access() 9586 case offsetof(struct sk_msg_md, remote_ip4): in sk_msg_convert_ctx_access() 10219 case bpf_ctx_range(struct bpf_sk_lookup, remote_ip4): in sk_lookup_is_valid_access() 10259 case offsetof(struct bpf_sk_lookup, remote_ip4): in sk_lookup_convert_ctx_access()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sk_lookup.c | 272 remote = &ctx->remote_ip4; in fill_sk_lookup_ctx()
|