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