Go to the documentation of this file.
5 #ifndef __CNET_NODE_NAMES_H
6 #define __CNET_NODE_NAMES_H
22 #define ARP_REQUEST_NODE_NAME "arp_request"
23 #define CHNL_CALLBACK_NODE_NAME "chnl_callback"
24 #define CHNL_RECV_NODE_NAME "chnl_recv"
25 #define CHNL_SEND_NODE_NAME "chnl_send"
26 #define ETH_RX_NODE_NAME "eth_rx"
27 #define ETH_TX_NODE_NAME "eth_tx"
28 #define GTPU_INPUT_NODE_NAME "gtpu_input"
29 #define IP4_FORWARD_NODE_NAME "ip4_forward"
30 #define IP4_INPUT_NODE_NAME "ip4_input"
31 #define IP4_OUTPUT_NODE_NAME "ip4_output"
32 #define IP4_PROTO_NODE_NAME "ip4_proto"
33 #define KERNEL_RECV_NODE_NAME "kernel_recv"
34 #define NULL_NODE_NAME "null"
35 #define PKT_DROP_NODE_NAME "pkt_drop"
36 #define PTYPE_NODE_NAME "ptype"
37 #define PUNT_KERNEL_NODE_NAME "punt_kernel"
38 #define TCP_INPUT_NODE_NAME "tcp_input"
39 #define TCP_OUTPUT_NODE_NAME "tcp_output"
40 #define UDP_INPUT_NODE_NAME "udp_input"
41 #define UDP_OUTPUT_NODE_NAME "udp_output"