X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Ftransport.c;h=b3d42d0f7dad5885f60fb0505e5ffcf8e8bd6e62;hb=f08f26d1cfc470edcb25a2c9c714858b0978ed34;hp=20b912929b4444a500e2da4f60e256d5d2ef6ffb;hpb=257d8d4f0fc5019b6d62682d61b07fe02ab4f24a;p=vpp.git diff --git a/src/vnet/session/transport.c b/src/vnet/session/transport.c index 20b912929b4..b3d42d0f7da 100644 --- a/src/vnet/session/transport.c +++ b/src/vnet/session/transport.c @@ -201,6 +201,12 @@ transport_protocol_service_type (transport_proto_t tp) return tp_vfts[tp].service_type; } +transport_tx_fn_type_t +transport_protocol_tx_fn_type (transport_proto_t tp) +{ + return tp_vfts[tp].tx_type; +} + #define PORT_MASK ((1 << 16)- 1) void