Searched refs:config_network_if (Results 1 – 7 of 7) sorted by relevance
44 int (*config_network_if)(uint16_t port_id, uint8_t if_up); member
560 if (kni->ops.config_network_if) in rte_kni_handle_request()561 req->result = kni->ops.config_network_if(kni->ops.port_id, in rte_kni_handle_request()735 && 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()
518 ops.config_network_if = kni_config_network_interface; in ff_kni_alloc()
201 ``config_network_if`` which will be called when the interface management207 ``config_network_if``:
999 ops.config_network_if = kni_config_network_interface; in kni_alloc()