Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c4080 soreceive_m_list(struct socket *so, u_int *pktcntp, struct mbuf **maddrp, in soreceive_m_list() argument
4096 if (mp0 == NULL || pktcntp == NULL) { in soreceive_m_list()
4099 if (*pktcntp > SO_MAX_MSG_X || *pktcntp == 0) { in soreceive_m_list()
4118 *pktcntp, so->so_rcv.sb_cc, so->so_rcv.sb_lowat, in soreceive_m_list()
4340 if (npkts < *pktcntp) { in soreceive_m_list()
4375 *pktcntp = npkts; in soreceive_m_list()