Searched refs:tinp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_usrreq.c6082 struct sctp_inpcb *tinp; local
6106 tinp = sctp_pcb_findep(&sp->sa, 0, 0, inp->def_vrf_id);
6107 if (tinp && (tinp != inp) &&
6108 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) == 0) &&
6109 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) == 0) &&
6110 (tinp->sctp_socket->so_qlimit)) {
6115 SCTP_INP_DECR_REF(tinp);
6117 } else if (tinp) {
6118 SCTP_INP_DECR_REF(tinp);
[all...]
H A Dsctp_pcb.c1801 struct sctp_inpcb *tinp; local
1814 LIST_FOREACH(tinp, head, sctp_hash) {
1815 if (tinp->sctp_lport != inp->sctp_lport) {
1818 if (tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
1821 if (tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) {
1824 if (tinp->sctp_socket->so_qlimit) {
1827 SCTP_INP_WLOCK(tinp);
1828 LIST_REMOVE(tinp, sctp_hash);
1829 head = &SCTP_BASE_INFO(sctp_tcpephash)[SCTP_PCBHASH_ALLADDR(tinp->sctp_lport, SCTP_BASE_INFO(hashtcpmark))];
1830 tinp
[all...]
H A Dsctputil.c1192 struct sctp_inpcb *tinp; local
1226 tinp = it->inp;
1228 SCTP_INP_RUNLOCK(tinp);

Completed in 152 milliseconds