![]() |
SolarCapture C Bindings
|
#include <sc_internal.h>#include <sc_internal/builtin_nodes.h>#include <solar_capture/nodes/append_to_list.h>Functions | |
| static void | sc_append_to_list_pkts (struct sc_node *node, struct sc_packet_list *pl) |
| static int | sc_append_to_list_prep (struct sc_node *node, const struct sc_node_link *const *links, int n_links) |
| static int | sc_append_to_list_init (struct sc_node *node, const struct sc_attr *attr, const struct sc_node_factory *factory) |
Variables | |
| const struct sc_node_factory | sc_append_to_list_sc_node_factory |
A simple node that appends incoming packets to a packet list. Packets put in the packet list must be explicitly released back to the pool they originated from. The packet list can be accessed via the node's nd_private field. This node does not pass any packets to downstream nodes.
None
None
None
| const struct sc_node_factory sc_append_to_list_sc_node_factory |
1.8.6