Searched refs:sosend_list (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/bsd/net/ |
| H A D | net_stubs.c | 457 STUB(sosend_list);
|
| /xnu-11215.81.4/bsd/sys/ |
| H A D | socketvar.h | 824 extern int sosend_list(struct socket *so, struct mbuf *pktlist, size_t total_pkt_len, u_int *pktcnt…
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_control.c | 183 .pru_sosend_list = sosend_list,
|
| H A D | uipc_syscalls.c | 1859 error = sosend_list(so, top, total_pkt_len, &pkt_cnt, flags); in sendit_x()
|
| H A D | uipc_socket.c | 2715 sosend_list(struct socket *so, struct mbuf *pktlist, size_t total_len, u_int *pktcnt, int flags) in sosend_list() function
|