Searched refs:tun_lvl (Results 1 – 1 of 1) sorted by relevance
1124 int tun_lvl = proto_hdrs->tunnel_level; in iavf_refine_proto_hdrs_by_pattern() local1129 while (tun_lvl) { in iavf_refine_proto_hdrs_by_pattern()1150 tun_lvl--; in iavf_refine_proto_hdrs_by_pattern()1152 if (tun_lvl == TUNNEL_LEVEL_OUTER) { in iavf_refine_proto_hdrs_by_pattern()1157 } else if (tun_lvl == TUNNEL_LEVEL_INNER) { in iavf_refine_proto_hdrs_by_pattern()1180 if (tun_lvl == TUNNEL_LEVEL_OUTER) in iavf_refine_proto_hdrs_by_pattern()1187 proto_hdrs->tunnel_level = tun_lvl; in iavf_refine_proto_hdrs_by_pattern()