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

/freebsd-11.0-release/sys/netinet/
H A Dsctp_input.c5699 struct sctp_inpcb *inp = NULL, *inp_decr = NULL; local
5746 inp_decr = inp;
5810 inp_decr = inp;
6085 if (inp_decr != NULL) {
6087 SCTP_INP_WLOCK(inp_decr);
6088 SCTP_INP_DECR_REF(inp_decr);
6089 SCTP_INP_WUNLOCK(inp_decr);

Completed in 213 milliseconds