Home
last modified time | relevance | path

Searched refs:pppoe_mask (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
1111 pppoe_mask = item->mask; 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()
1128 if (pppoe_mask->length || in ice_switch_parse_pattern()
1129 pppoe_mask->code || in ice_switch_parse_pattern()
1130 pppoe_mask->version_type) { in ice_switch_parse_pattern()
1138 if (pppoe_mask->session_id) { in ice_switch_parse_pattern()
1142 pppoe_mask->session_id; in ice_switch_parse_pattern()