summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_seq.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-04-03 13:33:55 +0000
committerrwatson <rwatson@FreeBSD.org>2006-04-03 13:33:55 +0000
commitd67aff8ec432c4f2d1e0c1acf831f238931c2429 (patch)
tree0e7eebbe527dc5fd1f35a85c1b0904a72115d6b2 /sys/netinet/tcp_seq.h
parent4586157b3a5cbeff0a6e0878ab9a029cdd7f0704 (diff)
downloadFreeBSD-src-d67aff8ec432c4f2d1e0c1acf831f238931c2429.zip
FreeBSD-src-d67aff8ec432c4f2d1e0c1acf831f238931c2429.tar.gz
Change inp_ppcb from caddr_t to void *, fix/remove associated related
casts. Consistently use intotw() to cast inp_ppcb pointers to struct tcptw * pointers. Consistently use intotcpcb() to cast inp_ppcb pointers to struct tcpcb * pointers. Don't assign tp to the results to intotcpcb() during variable declation at the top of functions, as that is before the asserts relating to locking have been performed. Do this later in the function after appropriate assertions have run to allow that operation to be conisdered safe. MFC after: 3 months
Diffstat (limited to 'sys/netinet/tcp_seq.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud