Searched refs:sb_sendoff (Results 1 – 4 of 4) sorted by relevance
2543 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()2548 &so->so_snd.sb_sendoff, copymode); in tcp_output()2550 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()2580 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()2584 &so->so_snd.sb_sendoff, copymode); in tcp_output()2586 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()
176 so->so_snd.sb_sendoff = 0; in tcp_usr_attach()
197 int sb_sendoff; member
1867 sb->sb_sendoff -= MIN(len, sb->sb_sendoff); in sbdrop()