diff options
Diffstat (limited to 'testsuite/buildok/tcp_test.stp')
-rwxr-xr-x | testsuite/buildok/tcp_test.stp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/tcp_test.stp b/testsuite/buildok/tcp_test.stp index 26d9bb94..a262ab29 100755 --- a/testsuite/buildok/tcp_test.stp +++ b/testsuite/buildok/tcp_test.stp @@ -8,8 +8,8 @@ function print_report() } probe tcp.sendmsg { - ports = tcp_get_local_port(sk) - src_ips = tcp_get_ip_source(sk) + ports = inet_get_local_port(sk) + src_ips = inet_get_ip_source(sk) rtos = tcp_get_info_rto(sk) } |