Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c158 struct rte_flow_item_eth eth_null; in cons_parse_ntuple_filter() local
181 memset(&eth_null, 0, sizeof(struct rte_flow_item_eth)); in cons_parse_ntuple_filter()
244 if ((item->spec && memcmp(eth_spec, &eth_null, in cons_parse_ntuple_filter()
246 (item->mask && memcmp(eth_mask, &eth_null, in cons_parse_ntuple_filter()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c192 struct rte_flow_item_eth eth_null; in cons_parse_ntuple_filter() local
215 memset(&eth_null, 0, sizeof(struct rte_flow_item_eth)); in cons_parse_ntuple_filter()
280 (memcmp(eth_spec, &eth_null, in cons_parse_ntuple_filter()
282 memcmp(eth_mask, &eth_null, in cons_parse_ntuple_filter()
/dpdk/drivers/net/null/
H A Drte_eth_null.c749 RTE_PMD_REGISTER_ALIAS(net_null, eth_null);