Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c512 const struct rte_flow_item_l2tpv3oip *l2tp_spec, *l2tp_mask; in ice_switch_inset_get() local
1284 l2tp_spec = item->spec; in ice_switch_inset_get()
1286 if ((l2tp_spec && !l2tp_mask) || in ice_switch_inset_get()
1287 (!l2tp_spec && l2tp_mask)) { in ice_switch_inset_get()
1295 if (!l2tp_spec && !l2tp_mask && !input_set) { in ice_switch_inset_get()
1301 } else if (l2tp_spec && l2tp_mask && in ice_switch_inset_get()
1305 l2tp_spec->session_id; in ice_switch_inset_get()