Searched refs:inp_tmp (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.c | 2811 struct sctp_inpcb *inp, *inp_tmp; in sctp_inpcb_bind() local 2944 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id); in sctp_inpcb_bind() 2945 if (inp_tmp != NULL) { in sctp_inpcb_bind() 2953 SCTP_INP_DECR_REF(inp_tmp); in sctp_inpcb_bind() 2956 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind() 2970 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id); in sctp_inpcb_bind() 2971 if (inp_tmp != NULL) { in sctp_inpcb_bind() 2979 SCTP_INP_DECR_REF(inp_tmp); in sctp_inpcb_bind() 2982 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) { in sctp_inpcb_bind() 3001 (inp_tmp = sctp_isport_inuse(inp, lport, vrf_id))) { in sctp_inpcb_bind() [all …]
|