Searched refs:dnat (Results 1 – 3 of 3) sorted by relevance
296 bool dnat = false; in efx_tc_ct_mangle() local302 dnat = true; in efx_tc_ct_mangle()325 dnat = true; in efx_tc_ct_mangle()346 conn->dnat = dnat; in efx_tc_ct_mangle()347 else if (conn->dnat != dnat) in efx_tc_ct_mangle()424 conn->nat_ip = conn->dnat ? conn->dst_ip : conn->src_ip; in efx_tc_ct_replace()426 conn->l4_natport = conn->dnat ? conn->l4_dport : conn->l4_sport; in efx_tc_ct_replace()
44 bool dnat; member
369 rc = TABLE_HOOK_RESP(meta_ct, dnat, NAT_DIR); in efx_mae_table_hook_ct()1992 rc = TABLE_POPULATE_RESP_BOOL(resp, ct, dnat, conn->dnat); in efx_mae_insert_ct()
Completed in 11 milliseconds