Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_socket2.c1822 sb->sb_sendhead = NULL; in sbflush()
1904 if (sb->sb_sendhead == m) { in sbdrop()
1905 sb->sb_sendhead = NULL; in sbdrop()
2494 if (m == sb->sb_sendhead) { in sbfree()
2495 sb->sb_sendhead = NULL; in sbfree()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h196 struct mbuf *sb_sendhead; member
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_output.c2547 &so->so_snd.sb_sendhead, in tcp_output()
2583 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()