Searched refs:to_next (Results 1 – 5 of 5) sorted by relevance
| /dpdk/lib/node/ |
| H A D | pkt_cls.c | 38 void **to_next, **from; in pkt_cls_node_process() local 97 to_next += last_spec; in pkt_cls_node_process() 103 to_next[0] = from[0]; in pkt_cls_node_process() 104 to_next++; in pkt_cls_node_process() 113 to_next[0] = from[1]; in pkt_cls_node_process() 114 to_next++; in pkt_cls_node_process() 123 to_next[0] = from[2]; in pkt_cls_node_process() 124 to_next++; in pkt_cls_node_process() 133 to_next[0] = from[3]; in pkt_cls_node_process() 134 to_next++; in pkt_cls_node_process() [all …]
|
| H A D | ip4_lookup_neon.h | 17 void **to_next, **from; in ip4_lookup_node_process_vec() local 135 to_next += last_spec; in ip4_lookup_node_process_vec() 141 to_next[0] = from[0]; in ip4_lookup_node_process_vec() 142 to_next++; in ip4_lookup_node_process_vec() 151 to_next[0] = from[1]; in ip4_lookup_node_process_vec() 152 to_next++; in ip4_lookup_node_process_vec() 161 to_next[0] = from[2]; in ip4_lookup_node_process_vec() 162 to_next++; in ip4_lookup_node_process_vec() 171 to_next[0] = from[3]; in ip4_lookup_node_process_vec() 172 to_next++; in ip4_lookup_node_process_vec() [all …]
|
| H A D | ip4_lookup_sse.h | 19 void **to_next, **from; in ip4_lookup_node_process_vec() local 140 to_next += last_spec; in ip4_lookup_node_process_vec() 146 to_next[0] = from[0]; in ip4_lookup_node_process_vec() 147 to_next++; in ip4_lookup_node_process_vec() 156 to_next[0] = from[1]; in ip4_lookup_node_process_vec() 157 to_next++; in ip4_lookup_node_process_vec() 166 to_next[0] = from[2]; in ip4_lookup_node_process_vec() 167 to_next++; in ip4_lookup_node_process_vec() 176 to_next[0] = from[3]; in ip4_lookup_node_process_vec() 177 to_next++; in ip4_lookup_node_process_vec() [all …]
|
| H A D | ip4_rewrite.c | 44 void **to_next, **from; in ip4_rewrite_node_process() local 144 to_next += last_spec; in ip4_rewrite_node_process() 150 to_next[0] = from[0]; in ip4_rewrite_node_process() 151 to_next++; in ip4_rewrite_node_process() 160 to_next[0] = from[1]; in ip4_rewrite_node_process() 161 to_next++; in ip4_rewrite_node_process() 170 to_next[0] = from[2]; in ip4_rewrite_node_process() 171 to_next++; in ip4_rewrite_node_process() 180 to_next[0] = from[3]; in ip4_rewrite_node_process() 181 to_next++; in ip4_rewrite_node_process() [all …]
|
| H A D | ip4_lookup.c | 57 void **to_next, **from; in ip4_lookup_node_process_scalar() local 72 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_scalar() 96 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_scalar() 98 to_next += last_spec; in ip4_lookup_node_process_scalar() 115 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_lookup_node_process_scalar()
|