Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dprotosw.h531 int (*pru_send_list)(struct socket *, int, struct mbuf *, member
/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c2692 if (so->so_proto->pr_usrreqs->pru_send_list == NULL) { in sosend_list()
2957 error = (*so->so_proto->pr_usrreqs->pru_send_list) in sosend_list()
4217 if (so->so_proto->pr_usrreqs->pru_send_list == NULL) { in soreceive_list()
H A Dkern_control.c177 .pru_send_list = ctl_send_list,
H A Duipc_socket2.c2223 DEFAULT(pru->pru_send_list, pru_send_list_notsupp); in pru_sanitize()