FreeBSD kernel IPv4 code
sctp_kdtrace.h File Reference
#include <sys/cdefs.h>
#include <sys/kernel.h>
#include <sys/sdt.h>
Include dependency graph for sctp_kdtrace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _NETINET_SCTP_KDTRACE_H_
 
#define SCTP_PROBE1(probe, arg0)    SDT_PROBE1(sctp, , , probe, arg0)
 
#define SCTP_PROBE2(probe, arg0, arg1)    SDT_PROBE2(sctp, , , probe, arg0, arg1)
 
#define SCTP_PROBE3(probe, arg0, arg1, arg2)    SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2)
 
#define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3)    SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3)
 
#define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4)    SDT_PROBE5(sctp, , , probe, arg0, arg1, arg2, arg3, arg4)
 
#define SCTP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5)    SDT_PROBE6(sctp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
 

Functions

 __FBSDID ("$FreeBSD$")
 
 SDT_PROVIDER_DECLARE (sctp)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, init)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, ack)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, fr)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, to)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, bl)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, ecn)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, pd)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, rttvar)
 
 SDT_PROBE_DECLARE (sctp, cwnd, net, rttstep)
 
 SDT_PROBE_DECLARE (sctp, rwnd, assoc, val)
 
 SDT_PROBE_DECLARE (sctp, flightsize, net, val)
 
 SDT_PROBE_DECLARE (sctp, flightsize, assoc, val)
 
 SDT_PROBE_DECLARE (sctp,,, receive)
 
 SDT_PROBE_DECLARE (sctp,,, send)
 
 SDT_PROBE_DECLARE (sctp,,, state__change)
 

Macro Definition Documentation

◆ _NETINET_SCTP_KDTRACE_H_

#define _NETINET_SCTP_KDTRACE_H_

Definition at line 38 of file sctp_kdtrace.h.

◆ SCTP_PROBE1

#define SCTP_PROBE1 (   probe,
  arg0 
)     SDT_PROBE1(sctp, , , probe, arg0)

Definition at line 43 of file sctp_kdtrace.h.

◆ SCTP_PROBE2

#define SCTP_PROBE2 (   probe,
  arg0,
  arg1 
)     SDT_PROBE2(sctp, , , probe, arg0, arg1)

Definition at line 45 of file sctp_kdtrace.h.

◆ SCTP_PROBE3

#define SCTP_PROBE3 (   probe,
  arg0,
  arg1,
  arg2 
)     SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2)

Definition at line 47 of file sctp_kdtrace.h.

◆ SCTP_PROBE4

#define SCTP_PROBE4 (   probe,
  arg0,
  arg1,
  arg2,
  arg3 
)     SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3)

Definition at line 49 of file sctp_kdtrace.h.

◆ SCTP_PROBE5

#define SCTP_PROBE5 (   probe,
  arg0,
  arg1,
  arg2,
  arg3,
  arg4 
)     SDT_PROBE5(sctp, , , probe, arg0, arg1, arg2, arg3, arg4)

Definition at line 51 of file sctp_kdtrace.h.

◆ SCTP_PROBE6

#define SCTP_PROBE6 (   probe,
  arg0,
  arg1,
  arg2,
  arg3,
  arg4,
  arg5 
)     SDT_PROBE6(sctp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)

Definition at line 53 of file sctp_kdtrace.h.

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ SDT_PROBE_DECLARE() [1/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
ack   
)

◆ SDT_PROBE_DECLARE() [2/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
bl   
)

◆ SDT_PROBE_DECLARE() [3/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
ecn   
)

◆ SDT_PROBE_DECLARE() [4/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
fr   
)

◆ SDT_PROBE_DECLARE() [5/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
init   
)

◆ SDT_PROBE_DECLARE() [6/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
pd   
)

◆ SDT_PROBE_DECLARE() [7/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
rttstep   
)

◆ SDT_PROBE_DECLARE() [8/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
rttvar   
)

◆ SDT_PROBE_DECLARE() [9/15]

SDT_PROBE_DECLARE ( sctp  ,
cwnd  ,
net  ,
to   
)

◆ SDT_PROBE_DECLARE() [10/15]

SDT_PROBE_DECLARE ( sctp  ,
flightsize  ,
assoc  ,
val   
)

◆ SDT_PROBE_DECLARE() [11/15]

SDT_PROBE_DECLARE ( sctp  ,
flightsize  ,
net  ,
val   
)

◆ SDT_PROBE_DECLARE() [12/15]

SDT_PROBE_DECLARE ( sctp  ,
rwnd  ,
assoc  ,
val   
)

◆ SDT_PROBE_DECLARE() [13/15]

SDT_PROBE_DECLARE ( sctp  ,
receive   
)

◆ SDT_PROBE_DECLARE() [14/15]

SDT_PROBE_DECLARE ( sctp  ,
send   
)

◆ SDT_PROBE_DECLARE() [15/15]

SDT_PROBE_DECLARE ( sctp  ,
state__change   
)

◆ SDT_PROVIDER_DECLARE()

SDT_PROVIDER_DECLARE ( sctp  )