Searched refs:rte_flow_item_pppoe (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 1095 const struct rte_flow_item_pppoe *spec = NULL; in sfc_flow_parse_pppoex() 1096 const struct rte_flow_item_pppoe *mask = NULL; in sfc_flow_parse_pppoex() 1097 const struct rte_flow_item_pppoe supp_mask = {}; in sfc_flow_parse_pppoex() 1098 const struct rte_flow_item_pppoe def_mask = {}; in sfc_flow_parse_pppoex() 1107 sizeof(struct rte_flow_item_pppoe), in sfc_flow_parse_pppoex()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 144 MK_FLOW_ITEM(PPPOES, sizeof(struct rte_flow_item_pppoe)), 145 MK_FLOW_ITEM(PPPOED, sizeof(struct rte_flow_item_pppoe)),
|
| H A D | rte_flow.h | 1585 struct rte_flow_item_pppoe { struct
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_switch_filter.c | 536 const struct rte_flow_item_pppoe *pppoe_spec, *pppoe_mask; in ice_switch_parse_pattern()
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 4458 .priv = PRIV_ITEM(PPPOES, sizeof(struct rte_flow_item_pppoe)), 4465 .priv = PRIV_ITEM(PPPOED, sizeof(struct rte_flow_item_pppoe)), 4474 .args = ARGS(ARGS_ENTRY_HTON(struct rte_flow_item_pppoe,
|