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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c5625 struct sctp_inpcb *inp = NULL, *inp_decr = NULL; local
5665 inp_decr = inp;
5722 inp_decr = inp;
5991 if (inp_decr != NULL) {
5993 SCTP_INP_WLOCK(inp_decr);
5994 SCTP_INP_DECR_REF(inp_decr);
5995 SCTP_INP_WUNLOCK(inp_decr);

Completed in 64 milliseconds