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