diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2015-12-16 23:39:27 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2015-12-16 23:39:27 +0000 |
| commit | 3616095801ad27acef8e2abb963e280cd38658db (patch) | |
| tree | 76bad87288933c1e1da6401e046cbcc61703d1fd /sys/netinet/in_kdtrace.h | |
| parent | dc62d559299239ed1d110ded3f4f95ad757f4031 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in_kdtrace.h')
| -rw-r--r-- | sys/netinet/in_kdtrace.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/in_kdtrace.h b/sys/netinet/in_kdtrace.h index ba8355a17c84..a36991ef14cf 100644 --- a/sys/netinet/in_kdtrace.h +++ b/sys/netinet/in_kdtrace.h @@ -32,13 +32,13 @@ SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5) #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4) -#define TCP_PROBE1(probe, arg0) \ +#define TCP_PROBE1(probe, arg0) \ SDT_PROBE1(tcp, , , probe, arg0) -#define TCP_PROBE2(probe, arg0, arg1) \ +#define TCP_PROBE2(probe, arg0, arg1) \ SDT_PROBE2(tcp, , , probe, arg0, arg1) -#define TCP_PROBE3(probe, arg0, arg1, arg2) \ +#define TCP_PROBE3(probe, arg0, arg1, arg2) \ SDT_PROBE3(tcp, , , probe, arg0, arg1, arg2) -#define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ +#define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ SDT_PROBE4(tcp, , , probe, arg0, arg1, arg2, arg3) #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ SDT_PROBE5(tcp, , , probe, arg0, arg1, arg2, arg3, arg4) |
