Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Devent_helper.c386 conn_id = adapter->nb_connections; in eh_set_default_conf_rx_adapter()
409 adapter->nb_connections++; in eh_set_default_conf_rx_adapter()
487 conn_id = tx_adapter->nb_connections; in eh_set_default_conf_tx_adapter()
509 tx_adapter->nb_connections++; in eh_set_default_conf_tx_adapter()
850 for (j = 0; j < adapter->nb_connections; j++) { in eh_rx_adapter_configure()
1227 for (j = 0; j < adapter->nb_connections; j++) { in eh_tx_adapter_configure()
1379 adapter->nb_connections, in eh_display_rx_adapter_conf()
1393 for (j = 0; j < adapter->nb_connections; j++) { in eh_display_rx_adapter_conf()
1431 adapter->nb_connections, in eh_display_tx_adapter_conf()
1446 for (j = 0; j < adapter->nb_connections; j++) { in eh_display_tx_adapter_conf()
[all …]
H A Devent_helper.h119 uint8_t nb_connections; member
135 uint8_t nb_connections; member