Searched refs:pr_output (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h162 int (*pr_output)(struct mbuf *m, struct socket *so, member in struct:ip6protosw
/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c305 if (so->so_proto->pr_output == NULL) {
324 error = (*so->so_proto->pr_output)(m, so);
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h104 * the pr_input and pr_output hooks. Pr_input passes data up (towards
105 * the users) and pr_output passes it down (towards the interfaces); control
131 int (*pr_output)(struct mbuf *m, struct socket *so); member in struct:protosw

Completed in 25 milliseconds