Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_switch_filter.c536 const struct rte_flow_item_pppoe *pppoe_spec, *pppoe_mask; in ice_switch_parse_pattern() local
1110 pppoe_spec = item->spec; in ice_switch_parse_pattern()
1116 if ((!pppoe_spec && pppoe_mask) || in ice_switch_parse_pattern()
1117 (pppoe_spec && !pppoe_mask)) { in ice_switch_parse_pattern()
1126 if (pppoe_spec && pppoe_mask) { in ice_switch_parse_pattern()
1140 pppoe_spec->session_id; in ice_switch_parse_pattern()