Searched refs:l2tp_mask (Results 1 – 1 of 1) sorted by relevance
541 const struct rte_flow_item_l2tpv3oip *l2tp_spec, *l2tp_mask; in ice_switch_parse_pattern() local1309 l2tp_mask = item->mask; in ice_switch_parse_pattern()1310 if ((l2tp_spec && !l2tp_mask) || in ice_switch_parse_pattern()1311 (!l2tp_spec && l2tp_mask)) { in ice_switch_parse_pattern()1320 if (!l2tp_spec && !l2tp_mask && !(*input)) { in ice_switch_parse_pattern()1326 } else if (l2tp_spec && l2tp_mask && in ice_switch_parse_pattern()1327 l2tp_mask->session_id){ in ice_switch_parse_pattern()1332 l2tp_mask->session_id; in ice_switch_parse_pattern()