Go to the source code of this file.
Defines | |
#define | TF_ACKNOW 0x0001 |
#define | TF_DELACK 0x0002 |
#define | TF_NODELAY 0x0004 |
#define | TF_NOOPT 0x0008 |
#define | TF_SENTFIN 0x0010 |
#define | TF_REQ_SCALE 0x0020 |
#define | TF_RCVD_SCALE 0x0040 |
#define | TF_REQ_TSTMP 0x0080 |
#define | TF_RCVD_TSTMP 0x0100 |
#define | TF_SACK_PERMIT 0x0200 |
#define | TCPOOB_HAVEDATA 0x01 |
#define | TCPOOB_HADDATA 0x02 |
#define | intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) |
#define | sototcpcb(so) (intotcpcb(sotoinpcb(so))) |
#define | TCP_RTT_SCALE 8 |
#define | TCP_RTT_SHIFT 3 |
#define | TCP_RTTVAR_SCALE 4 |
#define | TCP_RTTVAR_SHIFT 2 |
#define | TCP_REXMTVAL(tp) (((tp)->t_srtt >> TCP_RTT_SHIFT) + (tp)->t_rttvar) |
#define | REASS_MBUF(ti) (*(struct mbuf **)&((ti)->ti_t)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|