Searched refs:rte_kni_ops (Results 1 – 7 of 7) sorted by relevance
37 struct rte_kni_ops { struct121 const struct rte_kni_conf *conf, struct rte_kni_ops *ops);226 int rte_kni_register_handlers(struct rte_kni *kni, struct rte_kni_ops *ops);
84 struct rte_kni_ops ops; /**< operations for request */215 struct rte_kni_ops *ops) in rte_kni_alloc()255 memcpy(&kni->ops, ops, sizeof(struct rte_kni_ops)); in rte_kni_alloc()728 kni_check_request_register(struct rte_kni_ops *ops) in kni_check_request_register()745 rte_kni_register_handlers(struct rte_kni *kni, struct rte_kni_ops *ops) in rte_kni_register_handlers()765 memcpy(&kni->ops, ops, sizeof(struct rte_kni_ops)); in rte_kni_register_handlers()777 memset(&kni->ops, 0, sizeof(struct rte_kni_ops)); in rte_kni_unregister_handlers()
81 static struct rte_kni_ops kni_ops = {313 struct rte_kni_ops ops = { in test_kni_register_handler_mp()428 struct rte_kni_ops ops; in test_kni_processing()547 struct rte_kni_ops ops; in test_kni()
105 struct rte_kni_ops kni_ops; in kni_create()
477 struct rte_kni_ops ops; in ff_kni_alloc()
974 struct rte_kni_ops ops; in kni_alloc()
193 The ``struct rte_kni_ops`` structure contains pointers to functions to