Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c7199 struct sctp_inpcb *tinp; local
7228 tinp = sctp_pcb_findep(&sp->sa, 0, 0, inp->def_vrf_id);
7229 if (tinp && (tinp != inp) &&
7230 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) == 0) &&
7231 ((tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) == 0) &&
7232 (tinp->sctp_socket->so_qlimit)) {
7234 SCTP_INP_DECR_REF(tinp);
7236 } else if (tinp) {
7237 SCTP_INP_DECR_REF(tinp);
7278 tinp = sctp_pcb_findep(&sp->sa, 0, 0, inp->def_vrf_id);
[all …]
Dsctp_pcb.c2138 struct sctp_inpcb *tinp; local
2151 LIST_FOREACH(tinp, head, sctp_hash) {
2152 if (tinp->sctp_lport != inp->sctp_lport) {
2155 if (tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_ALLGONE) {
2158 if (tinp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) {
2161 if (tinp->sctp_socket->so_qlimit) {
2164 SCTP_INP_WLOCK(tinp);
2165 LIST_REMOVE(tinp, sctp_hash);
2166 …head = &SCTP_BASE_INFO(sctp_tcpephash)[SCTP_PCBHASH_ALLADDR(tinp->sctp_lport, SCTP_BASE_INFO(hasht…
2167 tinp->sctp_flags |= SCTP_PCB_FLAGS_IN_TCPPOOL;
[all …]
Dsctputil.c1272 struct sctp_inpcb *tinp; in sctp_iterator_work() local
1306 tinp = it->inp; in sctp_iterator_work()
1308 SCTP_INP_RUNLOCK(tinp); in sctp_iterator_work()