Searched refs:SRC_IP6 (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c69 static const __u32 SRC_IP6[] = IP6(0xfd000000, 0x0, 0x0, 0x00000002); variable
477 /* Expect SRC_IP6 in remote_ip6 */
478 if (LSB(ctx->remote_ip6[0], 0) != ((SRC_IP6[0] >> 0) & 0xff) ||
479 LSB(ctx->remote_ip6[0], 1) != ((SRC_IP6[0] >> 8) & 0xff) ||
480 LSB(ctx->remote_ip6[0], 2) != ((SRC_IP6[0] >> 16) & 0xff) ||
481 LSB(ctx->remote_ip6[0], 3) != ((SRC_IP6[0] >> 24) & 0xff) ||
482 LSB(ctx->remote_ip6[1], 0) != ((SRC_IP6[1] >> 0) & 0xff) ||
483 LSB(ctx->remote_ip6[1], 1) != ((SRC_IP6[1] >> 8) & 0xff) ||
484 LSB(ctx->remote_ip6[1], 2) != ((SRC_IP6[1] >> 16) & 0xff) ||
485 LSB(ctx->remote_ip6[1], 3) != ((SRC_IP6[
[all...]
/linux-master/tools/testing/selftests/net/
H A Dfib_rule_tests.sh15 SRC_IP6=2001:db8:1::3
202 match="from $SRC_IP6 iif $DEV"
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c692 CHECK(SRC_IP6, src_ip6) ||

Completed in 167 milliseconds