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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dsendmsg4_prog.c16 #define DST_IP4 0xC0A801FEU /* 192.168.1.254 */ macro
40 if ((ctx->user_ip4 >> 24) == (bpf_htonl(DST_IP4) >> 24) &&
H A Dtest_sk_lookup.c72 static const __u32 DST_IP4 = IP4(127, 0, 0, 1); variable
126 /* Redirect packets destined for DST_IP4 address to socket at redir_map[0]. */
137 if (ctx->local_ip4 != DST_IP4)
451 /* Expect DST_IP4 in local_ip4 */
452 if (LSB(ctx->local_ip4, 0) != ((DST_IP4 >> 0) & 0xff) ||
453 LSB(ctx->local_ip4, 1) != ((DST_IP4 >> 8) & 0xff) ||
454 LSB(ctx->local_ip4, 2) != ((DST_IP4 >> 16) & 0xff) ||
455 LSB(ctx->local_ip4, 3) != ((DST_IP4 >> 24) & 0xff))
457 if (LSW(ctx->local_ip4, 0) != ((DST_IP4 >> 0) & 0xffff) ||
458 LSW(ctx->local_ip4, 1) != ((DST_IP4 >> 1
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c690 CHECK(DST_IP4, dst_ip) ||

Completed in 126 milliseconds