Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_socket2.c1811 sb->sb_sendhead = NULL; in sbflush()
1886 if (sb->sb_sendhead == m) { in sbdrop()
1887 sb->sb_sendhead = NULL; in sbdrop()
2477 if (m == sb->sb_sendhead) { in sbfree()
2478 sb->sb_sendhead = NULL; in sbfree()
/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h190 struct mbuf *sb_sendhead; member
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_output.c2731 &so->so_snd.sb_sendhead, in tcp_output()
2767 off, len, M_DONTWAIT, &so->so_snd.sb_sendhead, in tcp_output()
H A Dtcp_usrreq.c175 so->so_snd.sb_sendhead = NULL; in tcp_usr_attach()