X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession_lookup.h;h=1bdf6d17fcb8c7b9d15d4e2b5a257a92416e9775;hb=dff48db0782444125f68cab14d91e7bb4109286a;hp=00ef19fec5ac0d246174fb974246a8c9d7c4d7f2;hpb=45b485099d8bdf5985e9869bc8221852073f9369;p=vpp.git diff --git a/src/vnet/session/session_lookup.h b/src/vnet/session/session_lookup.h index 00ef19fec5a..1bdf6d17fcb 100644 --- a/src/vnet/session/session_lookup.h +++ b/src/vnet/session/session_lookup.h @@ -32,7 +32,8 @@ transport_connection_t *session_lookup_connection_wt4 (u32 fib_index, ip4_address_t * rmt, u16 lcl_port, u16 rmt_port, u8 proto, - u32 thread_index); + u32 thread_index, + u8 * is_filtered); transport_connection_t *session_lookup_connection4 (u32 fib_index, ip4_address_t * lcl, ip4_address_t * rmt, @@ -43,7 +44,8 @@ transport_connection_t *session_lookup_connection_wt6 (u32 fib_index, ip6_address_t * rmt, u16 lcl_port, u16 rmt_port, u8 proto, - u32 thread_index); + u32 thread_index, + u8 * is_filtered); transport_connection_t *session_lookup_connection6 (u32 fib_index, ip6_address_t * lcl, ip6_address_t * rmt,