Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c4115 soreceive_m_list(struct socket *so, u_int *pktcntp, struct mbuf **maddrp, in soreceive_m_list() argument
4131 if (mp0 == NULL || pktcntp == NULL) { in soreceive_m_list()
4134 if (*pktcntp > SO_MAX_MSG_X || *pktcntp == 0) { in soreceive_m_list()
4153 *pktcntp, so->so_rcv.sb_cc, so->so_rcv.sb_lowat, in soreceive_m_list()
4375 if (npkts < *pktcntp) { in soreceive_m_list()
4409 *pktcntp = npkts; in soreceive_m_list()