Searched refs:mung (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c292 struct efx_tc_ct_mangler_state *mung)
295 bool first = !(mung->ipv4 || mung->tcpudp);
308 mung->ipv4 = 1;
333 mung->tcpudp = 1;
356 struct efx_tc_ct_mangler_state mung = {}; local
410 rc = efx_tc_ct_mangle(efx, conn, fa, &mung);
423 if (!mung.ipv4)
425 if (!mung.tcpudp)
290 efx_tc_ct_mangle(struct efx_nic *efx, struct efx_tc_ct_entry *conn, const struct flow_action_entry *fa, struct efx_tc_ct_mangler_state *mung) argument
H A Dtc.c1111 /** efx_tc_complete_mac_mangle() - pull complete field pedits out of @mung
1114 * @mung: accumulated partial mangles
1117 * Check @mung to find any combinations of partial mangles that can be
1119 * and consume the partial mangles from @mung.
1124 struct efx_tc_mangler_state *mung,
1129 if (mung->dst_mac_32 && mung->dst_mac_16) {
1130 ped = efx_tc_flower_get_mac(efx, mung->dst_mac, extack);
1141 mung->dst_mac_32 = 0;
1142 mung
1122 efx_tc_complete_mac_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack) argument
1243 efx_tc_mangle(struct efx_nic *efx, struct efx_tc_action_set *act, const struct flow_action_entry *fa, struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack, struct efx_tc_match *match) argument
1442 efx_tc_incomplete_mangle(struct efx_tc_mangler_state *mung, struct netlink_ext_ack *extack) argument
2079 struct efx_tc_mangler_state mung = {}; local
[all...]

Completed in 136 milliseconds