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

/linux-master/include/trace/events/
H A Dsctp.h32 __entry->primary = (sp == asoc->peer.primary_path);
/linux-master/include/rdma/
H A Dib_cm.h93 struct sa_path_rec *primary_path; member in struct:ib_cm_req_event_param
350 struct sa_path_rec *primary_path; member in struct:ib_cm_req_param
/linux-master/drivers/infiniband/core/
H A Dcm.c1326 struct sa_path_rec *pri_path = param->primary_path;
1353 be16_to_cpu(param->primary_path->pkey));
1355 param->primary_path->mtu);
1475 if (!param->primary_path)
1487 (param->alternate_path->pkey != param->primary_path->pkey ||
1488 param->alternate_path->mtu != param->primary_path->mtu))
1525 ret = cm_init_av_by_path(param->primary_path,
1539 param->primary_path->packet_life_time) * 2 +
1546 cm_id_priv->path_mtu = param->primary_path->mtu;
1547 cm_id_priv->pkey = param->primary_path
1649 cm_format_path_lid_from_req(struct cm_req_msg *req_msg, struct sa_path_rec *primary_path, struct sa_path_rec *alt_path, struct ib_wc *wc) argument
1692 cm_format_paths_from_req(struct cm_req_msg *req_msg, struct sa_path_rec *primary_path, struct sa_path_rec *alt_path, struct ib_wc *wc) argument
[all...]
H A Dcma.c1519 ib_event->param.req_rcvd.primary_path);
1540 memcpy(&req->local_gid, &req_param->primary_path->sgid,
1543 req->service_id = req_param->primary_path->service_id;
1544 req->pkey = be16_to_cpu(req_param->primary_path->pkey);
2252 struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path;
2254 ib_event->param.req_rcvd.primary_path->service_id;
4354 req.primary_path = &route->path_rec[0];
/linux-master/net/sctp/
H A Dassociola.c430 if (asoc->peer.primary_path != NULL &&
431 asoc->peer.primary_path != transport)
434 asoc->peer.primary_path = transport;
507 if (asoc->peer.primary_path == peer)
725 if (!asoc->peer.primary_path) {
1352 if ((asoc->peer.primary_path->state == SCTP_ACTIVE ||
1353 asoc->peer.primary_path->state == SCTP_UNKNOWN) &&
1354 asoc->peer.primary_path != trans_pri) {
1356 trans_pri = asoc->peer.primary_path;
H A Ddiag.c32 struct timer_list *t3_rtx = &asoc->peer.primary_path->T3_rtx_timer;
36 paddr = asoc->peer.primary_path->ipaddr;
37 dst = asoc->peer.primary_path->dst;
H A Dsm_sideeffect.c605 asoc->peer.primary_path == transport &&
1316 BUG_ON(asoc->peer.primary_path == NULL);
1430 asoc->peer.primary_path) &&
1748 asoc->peer.retran_path = asoc->peer.primary_path;
H A Dproc.c88 peer = asoc->peer.primary_path;
H A Doutqueue.c1259 struct sctp_transport *primary = asoc->peer.primary_path;
1521 q->asoc->peer.primary_path->cacc.
1719 struct sctp_transport *primary = asoc->peer.primary_path;
H A Dtransport.c468 (!asoc->peer.primary_path || transport == asoc->peer.active_path))
H A Dsocket.c5233 prim = asoc->peer.primary_path;
5282 t->asoc->peer.primary_path == t)
5436 transport = asoc->peer.primary_path;
6363 if (!asoc->peer.primary_path)
6366 memcpy(&prim.ssp_addr, &asoc->peer.primary_path->ipaddr,
6367 asoc->peer.primary_path->af_specific->sockaddr_len);
H A Dsm_statefuns.c2586 SCTP_TRANSPORT(asoc->peer.primary_path));
H A Dsm_make_chunk.c3546 sctp_transport_immediate_rtx(asoc->peer.primary_path);
/linux-master/include/net/sctp/
H A Dstructs.h1632 /* primary_path
1647 struct sctp_transport *primary_path; member in struct:sctp_association::__anon2538
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1094 req.primary_path = pathrec;
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2539 &param->primary_path->dgid.global.interface_id);
2542 param->primary_path->pkey,
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c859 req->ib_param.primary_path = &ch->ib_cm.path;

Completed in 676 milliseconds