HomeSort by: relevance | last modified time | path
    Searched defs:inp_tmp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 1617 struct sctp_inpcb *inp, *inp_tmp; local in function:sctp_inpcb_bind
1728 inp_tmp = sctp_pcb_findep(addr, 0, 1);
1729 if (inp_tmp != NULL) {
1731 * note that we are not bound so inp_tmp
1733 * inp (inp_tmp) that gets the reference
1736 SCTP_INP_WLOCK(inp_tmp);
1737 SCTP_INP_DECR_REF(inp_tmp);
1738 SCTP_INP_WUNLOCK(inp_tmp);
sctp_pcb.c 1617 struct sctp_inpcb *inp, *inp_tmp; local in function:sctp_inpcb_bind
1728 inp_tmp = sctp_pcb_findep(addr, 0, 1);
1729 if (inp_tmp != NULL) {
1731 * note that we are not bound so inp_tmp
1733 * inp (inp_tmp) that gets the reference
1736 SCTP_INP_WLOCK(inp_tmp);
1737 SCTP_INP_DECR_REF(inp_tmp);
1738 SCTP_INP_WUNLOCK(inp_tmp);
sctp_pcb.c 1617 struct sctp_inpcb *inp, *inp_tmp; local in function:sctp_inpcb_bind
1728 inp_tmp = sctp_pcb_findep(addr, 0, 1);
1729 if (inp_tmp != NULL) {
1731 * note that we are not bound so inp_tmp
1733 * inp (inp_tmp) that gets the reference
1736 SCTP_INP_WLOCK(inp_tmp);
1737 SCTP_INP_DECR_REF(inp_tmp);
1738 SCTP_INP_WUNLOCK(inp_tmp);

Completed in 41 milliseconds