Searched refs:ninp (Results 1 – 2 of 2) sorted by relevance
1367 struct inpcb *inp = NULL, *ninp; in tcp_hptsi() local1496 if ((ninp = TAILQ_FIRST(&hpts->p_hptss[hpts->p_runningtick])) != NULL) { in tcp_hptsi()1498 kern_prefetch(ninp, &prefetch_ninp); in tcp_hptsi()1619 if (ninp && ninp->inp_ppcb) { in tcp_hptsi()1651 kern_prefetch(ninp->inp_ppcb, &prefetch_tp); in tcp_hptsi()
1846 struct sctp_inpcb *tinp, *ninp; in sctp_swap_inpcb_for_listen() local1860 LIST_FOREACH_SAFE(tinp, head, sctp_hash, ninp) { in sctp_swap_inpcb_for_listen()