Home
last modified time | relevance | path

Searched refs:config_promiscusity (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/kni/
H A Drte_kni.h48 int (*config_promiscusity)(uint16_t port_id, uint8_t to_on); member
H A Drte_kni.c578 if (kni->ops.config_promiscusity) in rte_kni_handle_request()
579 req->result = kni->ops.config_promiscusity( in rte_kni_handle_request()
746 && ops->config_promiscusity == NULL in kni_check_request_register()
/dpdk/app/test/
H A Dtest_kni.c85 .config_promiscusity = NULL,
317 .config_promiscusity = NULL, in test_kni_register_handler_mp()
/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst289 ``config_promiscusity``: