Searched refs:cmp_eptype (Results 1 – 2 of 2) sorted by relevance
139 ipcm_info.SRCIP, ipcm_info.DSTIP, cmp.cmp_eptype); in rds_handle_cm_req()162 if ((cmp.cmp_eptype != RDS_EP_TYPE_CTRL) && in rds_handle_cm_req()163 (cmp.cmp_eptype != RDS_EP_TYPE_DATA)) { in rds_handle_cm_req()164 RDS_DPRINTF2(LABEL, "Unknown Channel type: %d", cmp.cmp_eptype); in rds_handle_cm_req()180 if ((cmp.cmp_failover) && (cmp.cmp_eptype == RDS_EP_TYPE_DATA)) { in rds_handle_cm_req()314 if (cmp.cmp_eptype == RDS_EP_TYPE_CTRL) { in rds_handle_cm_req()356 if (cmp.cmp_eptype == RDS_EP_TYPE_DATA) { in rds_handle_cm_req()908 cmp.cmp_eptype = ep->ep_type; in rds_open_rc_channel()
153 uint8_t cmp_eptype; member