FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
u8 RT() | rule_is_exact_match (RTT(mma_rule) *key, RTT(mma_rule) *r) |
u8 RT() | rule_is_match_for_key (RTT(mma_mask_or_match) *key, RTT(mma_rule) *r) |
RTT (mma_rule) | |
u32 RT() | mma_rules_table_rule_index (RTT(mma_rules_table) *srt, RTT(mma_rule) *sr) |
u32 RT() | mma_rules_table_lookup (RTT(mma_rules_table) *srt, RTT(mma_mask_or_match) *key, u32 rule_index) |
Lookup key in table. More... | |
u32 RT() | mma_rules_table_lookup_rule (RTT(mma_rules_table) *srt, RTT(mma_mask_or_match) *key, u32 rule_index) |
static | RTT (mma_rules_table) |
void RT() | mma_sort (RTT(mma_rules_table) *srt, u32 *next_indices) |
int RT() | mma_rules_table_add_rule (RTT(mma_rules_table) *srt, RTT(mma_rule) *rule) |
int RT() | mma_rules_table_del_rule (RTT(mma_rules_table) *srt, RTT(mma_rule) *rule, u32 rule_index) |
u32 RT() mma_rules_table_lookup | ( | RTT(mma_rules_table) * | srt, |
RTT(mma_mask_or_match) * | key, | ||
u32 | rule_index | ||
) |
Lookup key in table.
This should be optimized .. eventually
Definition at line 90 of file mma_template.c.
u32 RT() mma_rules_table_lookup_rule | ( | RTT(mma_rules_table) * | srt, |
RTT(mma_mask_or_match) * | key, | ||
u32 | rule_index | ||
) |
Definition at line 113 of file mma_template.c.
RTT | ( | mma_rule | ) |
Definition at line 52 of file mma_template.c.
|
static |
Definition at line 137 of file mma_template.c.