Searched refs:remote_ip6 (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_sk_lookup.c | 460 if (LSB(ctx->remote_ip6[0], 0) != ((SRC_IP6[0] >> 0) & 0xff) || in ctx_narrow_access() 461 LSB(ctx->remote_ip6[0], 1) != ((SRC_IP6[0] >> 8) & 0xff) || in ctx_narrow_access() 462 LSB(ctx->remote_ip6[0], 2) != ((SRC_IP6[0] >> 16) & 0xff) || in ctx_narrow_access() 463 LSB(ctx->remote_ip6[0], 3) != ((SRC_IP6[0] >> 24) & 0xff) || in ctx_narrow_access() 464 LSB(ctx->remote_ip6[1], 0) != ((SRC_IP6[1] >> 0) & 0xff) || in ctx_narrow_access() 465 LSB(ctx->remote_ip6[1], 1) != ((SRC_IP6[1] >> 8) & 0xff) || in ctx_narrow_access() 466 LSB(ctx->remote_ip6[1], 2) != ((SRC_IP6[1] >> 16) & 0xff) || in ctx_narrow_access() 467 LSB(ctx->remote_ip6[1], 3) != ((SRC_IP6[1] >> 24) & 0xff) || in ctx_narrow_access() 468 LSB(ctx->remote_ip6[2], 0) != ((SRC_IP6[2] >> 0) & 0xff) || in ctx_narrow_access() 469 LSB(ctx->remote_ip6[2], 1) != ((SRC_IP6[2] >> 8) & 0xff) || in ctx_narrow_access() [all …]
|
/tools/testing/selftests/bpf/verifier/ |
D | ctx_sk_lookup.c | 60 offsetof(struct bpf_sk_lookup, remote_ip6)), 62 offsetof(struct bpf_sk_lookup, remote_ip6) + 1), 64 offsetof(struct bpf_sk_lookup, remote_ip6) + 2), 66 offsetof(struct bpf_sk_lookup, remote_ip6) + 3), 68 offsetof(struct bpf_sk_lookup, remote_ip6) + 4), 70 offsetof(struct bpf_sk_lookup, remote_ip6) + 5), 72 offsetof(struct bpf_sk_lookup, remote_ip6) + 6), 74 offsetof(struct bpf_sk_lookup, remote_ip6) + 7), 76 offsetof(struct bpf_sk_lookup, remote_ip6) + 8), 78 offsetof(struct bpf_sk_lookup, remote_ip6) + 9), [all …]
|
D | ctx_sk_msg.c | 55 offsetof(struct sk_msg_md, remote_ip6[0])), 57 offsetof(struct sk_msg_md, remote_ip6[1])), 59 offsetof(struct sk_msg_md, remote_ip6[2])), 61 offsetof(struct sk_msg_md, remote_ip6[3])),
|
D | cgroup_skb.c | 98 offsetof(struct __sk_buff, remote_ip6[0])), 100 offsetof(struct __sk_buff, remote_ip6[1])), 102 offsetof(struct __sk_buff, remote_ip6[2])), 104 offsetof(struct __sk_buff, remote_ip6[3])),
|
D | ctx_skb.c | 141 offsetof(struct __sk_buff, remote_ip6)), 211 offsetof(struct __sk_buff, remote_ip6[0])), 213 offsetof(struct __sk_buff, remote_ip6[1])), 215 offsetof(struct __sk_buff, remote_ip6[2])), 217 offsetof(struct __sk_buff, remote_ip6[3])),
|
/tools/include/uapi/linux/ |
D | bpf.h | 4112 __u32 remote_ip6[4]; /* Stored in network byte order */ member 4332 __u32 remote_ip6[4]; /* Stored in network byte order */ member 4507 __u32 remote_ip6[4]; /* Stored in network byte order */ member 5023 __u32 remote_ip6[4]; /* Network byte order */ member
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sk_lookup.c | 268 remote = &ctx->remote_ip6[0]; in fill_sk_lookup_ctx()
|