diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-04-11 22:07:19 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-04-11 22:07:19 +0000 |
| commit | 78b5071407e7f59724b2c3d3a4bd9f5cca1f0794 (patch) | |
| tree | d7e60241b428cfa595a3f0e0d467ee67548c9488 /sys/dev | |
| parent | 89f28b1b86dbe7c609f0fee96a7de233395cc37c (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c index f11aaf0e7bfd..6582b975f4b1 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c +++ b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c @@ -3829,7 +3829,7 @@ socket_act_establish(struct socket *so, struct mbuf *m) #endif toep->tp_state = tp->t_state; - V_tcpstat.tcps_connects++; + TCPSTAT_INC(tcps_connects); } |
