Searched refs:pru_send_list (Results 1 – 4 of 4) sorted by relevance
531 int (*pru_send_list)(struct socket *, int, struct mbuf *, member
2692 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()
177 .pru_send_list = ctl_send_list,
2223 DEFAULT(pru->pru_send_list, pru_send_list_notsupp); in pru_sanitize()