Searched refs:DST_IP6 (Results 1 – 2 of 2) sorted by relevance
160 if (ctx->local_ip6[0] != DST_IP6[0] || in redir_ip6()161 ctx->local_ip6[1] != DST_IP6[1] || in redir_ip6()162 ctx->local_ip6[2] != DST_IP6[2] || in redir_ip6()163 ctx->local_ip6[3] != DST_IP6[3]) in redir_ip6()505 if (LSB(ctx->local_ip6[0], 0) != ((DST_IP6[0] >> 0) & 0xff) || in ctx_narrow_access()506 LSB(ctx->local_ip6[0], 1) != ((DST_IP6[0] >> 8) & 0xff) || in ctx_narrow_access()509 LSB(ctx->local_ip6[1], 0) != ((DST_IP6[1] >> 0) & 0xff) || in ctx_narrow_access()510 LSB(ctx->local_ip6[1], 1) != ((DST_IP6[1] >> 8) & 0xff) || in ctx_narrow_access()513 LSB(ctx->local_ip6[2], 0) != ((DST_IP6[2] >> 0) & 0xff) || in ctx_narrow_access()514 LSB(ctx->local_ip6[2], 1) != ((DST_IP6[2] >> 8) & 0xff) || in ctx_narrow_access()[all …]
693 CHECK(DST_IP6, dst_ip6) || in efx_mae_match_check_caps()
Completed in 10 milliseconds