Home
last modified time | relevance | path

Searched refs:DST_IP6 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c73 static const __u32 DST_IP6[] = IP6(0xfd000000, 0x0, 0x0, 0x00000001); variable
152 if (ctx->local_ip6[0] != DST_IP6[0] || in redir_ip6()
153 ctx->local_ip6[1] != DST_IP6[1] || in redir_ip6()
154 ctx->local_ip6[2] != DST_IP6[2] || in redir_ip6()
155 ctx->local_ip6[3] != DST_IP6[3]) in redir_ip6()
487 if (LSB(ctx->local_ip6[0], 0) != ((DST_IP6[0] >> 0) & 0xff) || in ctx_narrow_access()
488 LSB(ctx->local_ip6[0], 1) != ((DST_IP6[0] >> 8) & 0xff) || in ctx_narrow_access()
489 LSB(ctx->local_ip6[0], 2) != ((DST_IP6[0] >> 16) & 0xff) || in ctx_narrow_access()
490 LSB(ctx->local_ip6[0], 3) != ((DST_IP6[0] >> 24) & 0xff) || in ctx_narrow_access()
491 LSB(ctx->local_ip6[1], 0) != ((DST_IP6[1] >> 0) & 0xff) || in ctx_narrow_access()
[all …]