Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.h50 #define OTX2_FLOW_ACT_DROP (1 << 2) macro
64 #define OTX2_FLOW_ACT_TERM (OTX2_FLOW_ACT_DROP | \
H A Dotx2_flow_parse.c871 req_act |= OTX2_FLOW_ACT_DROP; in otx2_flow_parse_actions()
985 if (req_act & OTX2_FLOW_ACT_DROP) { in otx2_flow_parse_actions()
1010 if (req_act & OTX2_FLOW_ACT_DROP) { in otx2_flow_parse_actions()
1044 } else if (req_act & OTX2_FLOW_ACT_DROP) { in otx2_flow_parse_actions()