Lines Matching refs:packets
57 The main loop of the server process receives a burst of packets, then for
75 The worker node's main loop is simply receiving packets then doing a hash table
117 they can access the queues created by the primary process to distribute packets.
136 which is used to distribute packets to nodes, which the number of flows
145 After initialization, packets are received from the enabled ports, and the IPv4
146 address from the packets is used as a key to look up in the EFD table,
151 :start-after: Processing packets. 8<
154 The burst of packets received is enqueued in temporary buffers (per node),
156 After this, a new burst of packets is received and this process is
164 The second process, the back-end node, receives the packets from the shared
184 After initialization, packets are dequeued from the shared ring
186 the IPv4 address from the packets is used as a key to look up in the hash table.
194 :end-before: >8 End of packets dequeuing.
197 and dropped packets, which are shown and refreshed by the server app.