Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c541 const struct rte_flow_item_l2tpv3oip *l2tp_spec, *l2tp_mask; in ice_switch_parse_pattern() local
1308 l2tp_spec = item->spec; 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()
1330 l2tp_spec->session_id; in ice_switch_parse_pattern()