Lines Matching refs:remote_addr

239 		   ((AF_INET == ep->com.remote_addr.ss_family) ?  in set_emss()
562 memcpy(&pm_msg->rem_addr, &ep->com.remote_addr, in c4iw_form_pm_msg()
563 sizeof(ep->com.remote_addr)); in c4iw_form_pm_msg()
595 &child_ep->com.remote_addr, RDMA_NL_C4IW); in get_remote_addr()
644 wrlen = (ep->com.remote_addr.ss_family == AF_INET) ? in send_connect()
660 (AF_INET == ep->com.remote_addr.ss_family) ? 0 : 1); in send_connect()
699 if (ep->com.remote_addr.ss_family == AF_INET) { in send_connect()
743 if (ep->com.remote_addr.ss_family == AF_INET) { in send_connect()
1166 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_reply_upcall()
1167 sizeof(ep->com.remote_addr)); in connect_reply_upcall()
1206 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_request_upcall()
1207 sizeof(ep->com.remote_addr)); in connect_request_upcall()
1790 (AF_INET == ep->com.remote_addr.ss_family) ? 0 : 1); in send_fw_act_open_req()
1959 &ep->com.cm_id->remote_addr; in c4iw_reconnect()
1963 &ep->com.cm_id->remote_addr; in c4iw_reconnect()
2193 (AF_INET == ep->com.remote_addr.ss_family) ? 0 : 1); in accept_cr()
2421 memcpy(&child_ep->com.remote_addr, &child_ep->com.mapped_remote_addr, in pass_accept_req()
2422 sizeof(child_ep->com.remote_addr)); in pass_accept_req()
2931 struct sockaddr_in *raddr = (struct sockaddr_in *)&cm_id->remote_addr; in pick_local_ipaddrs()
2977 struct sockaddr_in6 *ra6 = (struct sockaddr_in6 *)&cm_id->remote_addr; in pick_local_ip6addrs()
3050 memcpy(&ep->com.remote_addr, &cm_id->remote_addr, in c4iw_connect()
3051 sizeof(ep->com.remote_addr)); in c4iw_connect()
3056 memcpy(&ep->com.mapped_remote_addr, &cm_id->remote_addr, in c4iw_connect()
3088 if (cm_id->remote_addr.ss_family == AF_INET) { in c4iw_connect()