Searched refs:mung (Results 1 – 2 of 2) sorted by relevance
292 struct efx_tc_ct_mangler_state *mung) in efx_tc_ct_mangle() argument295 bool first = !(mung->ipv4 || mung->tcpudp); in efx_tc_ct_mangle()308 mung->ipv4 = 1; in efx_tc_ct_mangle()333 mung->tcpudp = 1; in efx_tc_ct_mangle()356 struct efx_tc_ct_mangler_state mung = {}; in efx_tc_ct_replace() local410 rc = efx_tc_ct_mangle(efx, conn, fa, &mung); in efx_tc_ct_replace()423 if (!mung.ipv4) in efx_tc_ct_replace()425 if (!mung.tcpudp) in efx_tc_ct_replace()
1120 struct efx_tc_mangler_state *mung, in efx_tc_complete_mac_mangle() argument1125 if (mung->dst_mac_32 && mung->dst_mac_16) { in efx_tc_complete_mac_mangle()1126 ped = efx_tc_flower_get_mac(efx, mung->dst_mac, extack); in efx_tc_complete_mac_mangle()1137 mung->dst_mac_32 = 0; in efx_tc_complete_mac_mangle()1138 mung->dst_mac_16 = 0; in efx_tc_complete_mac_mangle()1140 if (mung->src_mac_16 && mung->src_mac_32) { in efx_tc_complete_mac_mangle()1141 ped = efx_tc_flower_get_mac(efx, mung->src_mac, extack); in efx_tc_complete_mac_mangle()1152 mung->src_mac_32 = 0; in efx_tc_complete_mac_mangle()1153 mung->src_mac_16 = 0; in efx_tc_complete_mac_mangle()1241 struct efx_tc_mangler_state *mung, in efx_tc_mangle() argument[all …]