Lines Matching refs:tinp
7112 struct sctp_inpcb *tinp; local
7135 tinp = sctp_pcb_findep(&store.sa, 0, 0, inp->def_vrf_id);
7136 if (tinp && (tinp != inp) &&
7137 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) == 0) &&
7138 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) == 0) &&
7139 (SCTP_IS_LISTENING(tinp))) {
7144 SCTP_INP_DECR_REF(tinp);
7146 } else if (tinp) {
7147 SCTP_INP_DECR_REF(tinp);
7179 tinp = sctp_pcb_findep(&store.sa, 0, 0, inp->def_vrf_id);
7180 if (tinp && (tinp != inp) &&
7181 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) == 0) &&
7182 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) == 0) &&
7183 (SCTP_IS_LISTENING(tinp))) {
7188 SCTP_INP_DECR_REF(tinp);
7190 } else if (tinp) {
7191 SCTP_INP_DECR_REF(tinp);