sbdrop
sbdrop(sb, (int)sb->sb_cc);
sbdrop(&so->so_snd.sb, so->so_snd.ssb_cc);
sbdrop(&so->so_snd.sb, length);
sbdrop(&pcb->so->so_snd.sb, length);
sbdrop(&so->so_snd.sb, acked);
sbdrop(&so->so_snd.sb, (int)so->so_snd.ssb_cc);
sbdrop(&so->so_snd.sb, acked);
void sbdrop (struct sockbuf *sb, int len);