Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Duipc_socket.c4088 soreceive_m_list(struct socket *so, u_int *pktcntp, struct mbuf **maddrp, in soreceive_m_list() argument
4104 if (mp0 == NULL || pktcntp == NULL) { in soreceive_m_list()
4107 if (*pktcntp > SO_MAX_MSG_X || *pktcntp == 0) { in soreceive_m_list()
4126 *pktcntp, so->so_rcv.sb_cc, so->so_rcv.sb_lowat, in soreceive_m_list()
4348 if (npkts < *pktcntp) { in soreceive_m_list()
4383 *pktcntp = npkts; in soreceive_m_list()