Searched refs:SRC_IP6 (Results 1 - 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_sk_lookup.c | 69 static const __u32 SRC_IP6[] = IP6(0xfd000000, 0x0, 0x0, 0x00000002); variable 459 /* Expect SRC_IP6 in remote_ip6 */ in ctx_narrow_access() 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[ in ctx_narrow_access() [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_sk_lookup.c | 69 static const __u32 SRC_IP6[] = IP6(0xfd000000, 0x0, 0x0, 0x00000002); variable 477 /* Expect SRC_IP6 in remote_ip6 */ in ctx_narrow_access() 478 if (LSB(ctx->remote_ip6[0], 0) != ((SRC_IP6[0] >> 0) & 0xff) || in ctx_narrow_access() 479 LSB(ctx->remote_ip6[0], 1) != ((SRC_IP6[0] >> 8) & 0xff) || in ctx_narrow_access() 480 LSB(ctx->remote_ip6[0], 2) != ((SRC_IP6[0] >> 16) & 0xff) || in ctx_narrow_access() 481 LSB(ctx->remote_ip6[0], 3) != ((SRC_IP6[0] >> 24) & 0xff) || in ctx_narrow_access() 482 LSB(ctx->remote_ip6[1], 0) != ((SRC_IP6[1] >> 0) & 0xff) || in ctx_narrow_access() 483 LSB(ctx->remote_ip6[1], 1) != ((SRC_IP6[1] >> 8) & 0xff) || in ctx_narrow_access() 484 LSB(ctx->remote_ip6[1], 2) != ((SRC_IP6[1] >> 16) & 0xff) || in ctx_narrow_access() 485 LSB(ctx->remote_ip6[1], 3) != ((SRC_IP6[ in ctx_narrow_access() [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| H A D | fib_rule_tests.sh | 15 SRC_IP6=2001:db8:1::3 121 match="from $SRC_IP6 iif $DEV"
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | fib_rule_tests.sh | 20 SRC_IP6=2001:db8:1::3 206 match="from $SRC_IP6 iif $DEV"
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | mae.c | 692 CHECK(SRC_IP6, src_ip6) || in efx_mae_match_check_caps()
|
Completed in 6 milliseconds