Home
last modified time | relevance | path

Searched refs:l4_dport (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/sfc/
Dtc_conntrack.h47 __be16 l4_sport, l4_dport, l4_natport; /* Ports (UDP, TCP) */ member
Dmae.c374 rc = TABLE_HOOK_KEY(meta_ct, l4_dport, DST_PORT); in efx_mae_table_hook_ct()
696 CHECK(L4_DPORT, l4_dport) || in efx_mae_match_check_caps()
793 CHECK(ENC_L4_DPORT, l4_dport) || in efx_mae_match_check_caps_lhs()
1656 match->value.l4_dport); in efx_mae_populate_lhs_match_criteria()
1658 match->mask.l4_dport); in efx_mae_populate_lhs_match_criteria()
1907 rc = TABLE_POPULATE_KEY(key, ct, l4_dport, conn->l4_dport); in efx_mae_populate_ct_key()
2141 match->value.l4_dport); in efx_mae_populate_match_criteria()
2143 match->mask.l4_dport); in efx_mae_populate_match_criteria()
Dtc_conntrack.c239 conn->l4_dport = fm.key->dst; in efx_tc_ct_parse_match()
339 conn->l4_natport = conn->dnat ? conn->l4_dport : conn->l4_sport; in efx_tc_ct_replace()
Dtc.h103 __be16 l4_sport, l4_dport; /* Ports (UDP, TCP) */ member
Dtc.c385 MAP_KEY_AND_MASK(PORTS, ports, dst, l4_dport); in efx_tc_flower_parse_match()