Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Duipc_socket.c3969 soreceive_m_list(struct socket *so, u_int *pktcntp, struct mbuf **maddrp, in soreceive_m_list() argument
3985 if (mp0 == NULL || pktcntp == NULL) { in soreceive_m_list()
3988 if (*pktcntp > SO_MAX_MSG_X || *pktcntp == 0) { in soreceive_m_list()
4007 *pktcntp, so->so_rcv.sb_cc, so->so_rcv.sb_lowat, in soreceive_m_list()
4229 if (npkts < *pktcntp) { in soreceive_m_list()
4263 *pktcntp = npkts; in soreceive_m_list()