Searched refs:pru_rcvoob (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/sys/ |
H A D | protosw.h | 83 int (*pru_rcvoob)(struct socket *, struct mbuf *, int); member 365 pru_rcvoob(struct socket *so, struct mbuf *m, int flags) in pru_rcvoob() function 367 if (so->so_proto->pr_usrreqs->pru_rcvoob) in pru_rcvoob() 368 return (*so->so_proto->pr_usrreqs->pru_rcvoob)(so, m, flags); in pru_rcvoob()
|
/openbsd/sys/netinet/ |
H A D | tcp_usrreq.c | 133 .pru_rcvoob = tcp_rcvoob, 154 .pru_rcvoob = tcp_rcvoob,
|
/openbsd/sys/kern/ |
H A D | uipc_socket.c | 865 error = pru_rcvoob(so, m, flags & MSG_PEEK); in soreceive()
|