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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_input.c5740 struct sctp_inpcb *inp = NULL, *inp_decr = NULL; local
5782 inp_decr = inp;
5847 inp_decr = inp;
6137 if (inp_decr != NULL) {
6139 SCTP_INP_WLOCK(inp_decr);
6140 SCTP_INP_DECR_REF(inp_decr);
6141 SCTP_INP_WUNLOCK(inp_decr);

Completed in 160 milliseconds