#include <rte_hash.h>
#include "flow_common.h"
Go to the source code of this file.
|
| doca_error_t | add_encrypt_entry (struct encrypt_rule *rule, int rule_id, struct ipsec_security_gw_ports_map **ports, struct ipsec_security_gw_config *app_cfg) |
| |
| doca_error_t | add_encrypt_entries (struct ipsec_security_gw_config *app_cfg, struct ipsec_security_gw_ports_map *ports[], uint16_t queue_id, int nb_rules, int rule_offset) |
| |
| doca_error_t | ipsec_security_gw_insert_encrypt_rules (struct ipsec_security_gw_ports_map *ports[], struct ipsec_security_gw_config *app_cfg) |
| |
| doca_error_t | ipsec_security_gw_create_encrypt_egress (struct ipsec_security_gw_ports_map *ports[], struct ipsec_security_gw_config *app_cfg) |
| |
| doca_error_t | handle_unsecured_packets_received (struct rte_mbuf **packet, struct ipsec_security_gw_core_ctx *ctx) |
| |
| doca_error_t | bind_encrypt_ids (int nb_rules, struct doca_flow_port *port) |
| |
◆ add_encrypt_entries()
◆ add_encrypt_entry()
◆ bind_encrypt_ids()
| doca_error_t bind_encrypt_ids |
( |
int |
nb_rules, |
|
|
struct doca_flow_port * |
port |
|
) |
| |
◆ handle_unsecured_packets_received()
◆ ipsec_security_gw_create_encrypt_egress()
◆ ipsec_security_gw_insert_encrypt_rules()