Searched refs:config_network_if (Results 1 – 6 of 6) sorted by relevance
42 int (*config_network_if)(uint16_t port_id, uint8_t if_up); member
565 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()
147 kni_ops.config_network_if = kni_config_network_interface; in kni_create()
83 .config_network_if = NULL,315 .config_network_if = NULL, in test_kni_register_handler_mp()
262 ``config_network_if`` which will be called when the interface management268 ``config_network_if``:
991 ops.config_network_if = kni_config_network_interface; in kni_alloc()