Searched refs:kni_ops (Results 1 – 2 of 2) sorted by relevance
105 struct rte_kni_ops kni_ops; in kni_create() local145 memset(&kni_ops, 0, sizeof(kni_ops)); in kni_create()146 kni_ops.port_id = link->port_id; in kni_create()147 kni_ops.config_network_if = kni_config_network_interface; in kni_create()148 kni_ops.change_mtu = kni_change_mtu; in kni_create()150 k = rte_kni_alloc(mempool->m, &kni_conf, &kni_ops); in kni_create()
81 static struct rte_kni_ops kni_ops = { variable461 ops = kni_ops; in test_kni_processing()656 ops = kni_ops; in test_kni()700 ops = kni_ops; in test_kni()