Home
last modified time | relevance | path

Searched refs:inp_tmp (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c3267 struct sctp_inpcb *inp, *inp_tmp; local
3487 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id);
3488 if (inp_tmp != NULL) {
3497 SCTP_INP_DECR_REF(inp_tmp);
3500 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
3514 inp_tmp = sctp_pcb_findep(addr, 0, 1, vrf_id);
3515 if (inp_tmp != NULL) {
3523 SCTP_INP_DECR_REF(inp_tmp);
3526 (sctp_is_feature_on(inp_tmp, SCTP_PCB_FLAGS_PORTREUSE))) {
3542 (inp_tmp = sctp_isport_inuse(inp, lport, vrf_id))) {
[all …]