tcp: allow custom output next node
[vpp.git] / src / vnet / tcp / tcp.h
index aeae57c..132ec13 100644 (file)
@@ -323,6 +323,7 @@ typedef struct _tcp_connection
   u32 tx_fifo_size;    /**< Tx fifo size. Used to constrain cwnd */
 
   u32 psh_seq;         /**< Add psh header for seg that includes this */
+  u32 out_next_index;  /**< Can be used to control next node in output */
 } tcp_connection_t;
 
 /* *INDENT-OFF* */