Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/drivers/net/null/
H A Drte_eth_null.c740 RTE_PMD_REGISTER_ALIAS(net_null, eth_null);