Searched refs:rte_rib_node (Results 1 – 6 of 6) sorted by relevance
| /dpdk/lib/rib/ |
| H A D | rte_rib.h | 36 struct rte_rib_node; 76 struct rte_rib_node * 89 struct rte_rib_node * 90 rte_rib_lookup_parent(struct rte_rib_node *ent); 105 struct rte_rib_node * 131 struct rte_rib_node * 133 struct rte_rib_node *last, int flag); 161 struct rte_rib_node * 176 rte_rib_get_ip(const struct rte_rib_node *node, uint32_t *ip); 203 rte_rib_get_ext(struct rte_rib_node *node); [all …]
|
| H A D | rte_rib.c | 30 struct rte_rib_node { struct 31 struct rte_rib_node *left; argument 32 struct rte_rib_node *right; argument 43 struct rte_rib_node *tree; argument 80 struct rte_rib_node *ent; in node_alloc() 97 struct rte_rib_node * 116 struct rte_rib_node * 119 struct rte_rib_node *tmp; in rte_rib_lookup_parent() 147 struct rte_rib_node * 164 struct rte_rib_node * [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rib_lib.rst | 76 struct rte_rib_node *route = rte_rib_lookup(rib, RTE_IPV4(10,0,0,1)); 78 This returns an ``rte_rib_node`` pointing to the ``10.0.0.0/29`` prefix. 84 struct rte_rib_node *route = rte_rib_lookup_exact(rib, RTE_IPV4(10,0,0,128), 25); 86 This returns an ``rte_rib_node`` pointing to the ``10.0.0.128/25`` prefix. 90 struct rte_rib_node *route = rte_rib_lookup_exact(rib, RTE_IPV4(10,0,0,0), 24); 99 struct rte_rib_node *route = NULL; 104 This returns 3 ``rte_rib_node`` nodes pointing to ``10.0.0.0/29``, ``10.0.0.160/27`` 112 By default, an ``rte_rib_node`` node contains only crucial information such as the prefix and 116 and how it is stored within the extension memory region in each ``rte_rib_node``. 140 struct rte_rib_node *next; [all …]
|
| /dpdk/app/test/ |
| H A D | test_rib.c | 136 struct rte_rib_node *node, *node1; in test_insert_invalid() 179 struct rte_rib_node *node; in test_get_fn() 259 struct rte_rib_node *node; in test_basic() 314 struct rte_rib_node *node; in test_tree_traversal()
|
| /dpdk/lib/fib/ |
| H A D | dir24_8.c | 365 struct rte_rib_node *tmp = NULL; in modify_fib() 411 struct rte_rib_node *tmp = NULL; in dir24_8_modify() 412 struct rte_rib_node *node; in dir24_8_modify() 413 struct rte_rib_node *parent; in dir24_8_modify()
|
| H A D | rte_fib.c | 54 struct rte_rib_node *node; in dummy_lookup() 69 struct rte_rib_node *node; in dummy_modify()
|