struct tcpcb embeds a struct osd and a struct callout. Rather than
forcing all consumers (including those in userspace, because there is no
_KERNEL guard for struct tcpcb for some reason) to pull in the same
headers, include the headers directly.
No functional change intended.