Home
last modified time | relevance | path

Searched refs:sb_sendoff (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c2667 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()
2672 &so->so_snd.sb_sendoff, copymode); in tcp_output()
2674 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()
2704 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()
2708 &so->so_snd.sb_sendoff, copymode); in tcp_output()
2710 VERIFY(so->so_snd.sb_sendoff <= so->so_snd.sb_cc); in tcp_output()
H A Dtcp_usrreq.c176 so->so_snd.sb_sendoff = 0; in tcp_usr_attach()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h191 int sb_sendoff; member
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c1856 sb->sb_sendoff -= MIN(len, sb->sb_sendoff); in sbdrop()