Searched refs:SRC_IP4 (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c68 static const __u32 SRC_IP4 = IP4(127, 0, 0, 2); variable
441 /* Expect SRC_IP4 in remote_ip4 */
442 if (LSB(ctx->remote_ip4, 0) != ((SRC_IP4 >> 0) & 0xff) ||
443 LSB(ctx->remote_ip4, 1) != ((SRC_IP4 >> 8) & 0xff) ||
444 LSB(ctx->remote_ip4, 2) != ((SRC_IP4 >> 16) & 0xff) ||
445 LSB(ctx->remote_ip4, 3) != ((SRC_IP4 >> 24) & 0xff))
447 if (LSW(ctx->remote_ip4, 0) != ((SRC_IP4 >> 0) & 0xffff) ||
448 LSW(ctx->remote_ip4, 1) != ((SRC_IP4 >> 16) & 0xffff))
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c689 CHECK(SRC_IP4, src_ip) ||

Completed in 215 milliseconds