Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h528 int (*pru_send_list)(struct socket *, int, struct mbuf *, member
/xnu-8020.101.4/bsd/kern/
H A Duipc_socket.c2689 if (so->so_proto->pr_usrreqs->pru_send_list == NULL) { in sosend_list()
2954 error = (*so->so_proto->pr_usrreqs->pru_send_list) in sosend_list()
4214 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.c2221 DEFAULT(pru->pru_send_list, pru_send_list_notsupp); in pru_sanitize()