Home
last modified time | relevance | path

Searched refs:config_network_if (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/kni/
H A Drte_kni.h42 int (*config_network_if)(uint16_t port_id, uint8_t if_up); member
H A Drte_kni.c565 if (kni->ops.config_network_if) in rte_kni_handle_request()
566 req->result = kni->ops.config_network_if(kni->ops.port_id, in rte_kni_handle_request()
744 && ops->config_network_if == NULL in kni_check_request_register()
/dpdk/examples/ip_pipeline/
H A Dkni.c147 kni_ops.config_network_if = kni_config_network_interface; in kni_create()
/dpdk/app/test/
H A Dtest_kni.c83 .config_network_if = NULL,
315 .config_network_if = NULL, in test_kni_register_handler_mp()
/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst262 ``config_network_if`` which will be called when the interface management
268 ``config_network_if``:
/dpdk/examples/kni/
H A Dmain.c991 ops.config_network_if = kni_config_network_interface; in kni_alloc()