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

  /src/sys/netinet/
sctp_pcb.c 3910 struct sctp_tcb *stcb_tmp; local in function:sctp_load_addresses_from_init
3974 stcb_tmp = sctp_findassociation_ep_addr(&inp, sa, &net_tmp, local_sa, stcb);
3975 if ((stcb_tmp == NULL && inp == stcb->sctp_ep) || inp == NULL) {
3990 if (net_tmp != NULL && stcb_tmp == stcb) {
3992 } else if (stcb_tmp != stcb) {
4035 stcb_tmp = sctp_findassociation_ep_addr(&inp, sa, &net,
4038 if ((stcb_tmp== NULL && inp == stcb->sctp_ep) ||
4055 } else if (stcb_tmp == stcb) {
4073 SCTP_TCB_UNLOCK(stcb_tmp);
4104 stcb_tmp= sctp_findassociation_ep_addr(&inp, sa, &net
    [all...]
sctp_pcb.c 3910 struct sctp_tcb *stcb_tmp; local in function:sctp_load_addresses_from_init
3974 stcb_tmp = sctp_findassociation_ep_addr(&inp, sa, &net_tmp, local_sa, stcb);
3975 if ((stcb_tmp == NULL && inp == stcb->sctp_ep) || inp == NULL) {
3990 if (net_tmp != NULL && stcb_tmp == stcb) {
3992 } else if (stcb_tmp != stcb) {
4035 stcb_tmp = sctp_findassociation_ep_addr(&inp, sa, &net,
4038 if ((stcb_tmp== NULL && inp == stcb->sctp_ep) ||
4055 } else if (stcb_tmp == stcb) {
4073 SCTP_TCB_UNLOCK(stcb_tmp);
4104 stcb_tmp= sctp_findassociation_ep_addr(&inp, sa, &net
    [all...]

Completed in 26 milliseconds