enum tapi_cfg_rx_rule_spec_loc
Overview
Special rule insertion locations More…
#include <tapi_cfg_rx_rule.h> enum tapi_cfg_rx_rule_spec_loc { TAPI_CFG_RX_RULE_ANY = -1, TAPI_CFG_RX_RULE_FIRST = -2, TAPI_CFG_RX_RULE_LAST = -3, };
Detailed Documentation
Special rule insertion locations
Enum Values
TAPI_CFG_RX_RULE_ANY
Insert at any available position
TAPI_CFG_RX_RULE_FIRST
Insert at the first available position
TAPI_CFG_RX_RULE_LAST
Insert at the last available position