X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp.h;h=a1491b944ddbf65b3596acf3317068c3f48d71db;hb=5035bf04130a35b76f6b49f450e27d02bafb9dab;hp=c5dd31723025f2da1093469912da70916d365bb3;hpb=a2d5262afb0a6a7a0d0d4ce3a78fee94ce05be0c;p=vpp.git diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index c5dd3172302..a1491b944dd 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -268,6 +268,8 @@ extern vlib_node_registration_t tcp4_rcv_process_node; extern vlib_node_registration_t tcp6_rcv_process_node; extern vlib_node_registration_t tcp4_listen_node; extern vlib_node_registration_t tcp6_listen_node; +extern vlib_node_registration_t tcp4_input_nolookup_node; +extern vlib_node_registration_t tcp6_input_nolookup_node; #define tcp_cfg tcp_main.cfg #define tcp_node_index(node_id, is_ip4) \