Home
last modified time | relevance | path

Searched refs:rte_kni_ops (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_kni/
H A Drte_kni.h37 struct rte_kni_ops { struct
121 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);
H A Drte_kni.c84 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()
/f-stack/dpdk/app/test/
H A Dtest_kni.c81 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()
/f-stack/dpdk/examples/ip_pipeline/
H A Dkni.c105 struct rte_kni_ops kni_ops; in kni_create()
/f-stack/lib/
H A Dff_dpdk_kni.c477 struct rte_kni_ops ops; in ff_kni_alloc()
/f-stack/dpdk/examples/kni/
H A Dmain.c974 struct rte_kni_ops ops; in kni_alloc()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst193 The ``struct rte_kni_ops`` structure contains pointers to functions to