Lines Matching refs:remote_addr
240 ((AF_INET == ep->com.remote_addr.ss_family) ? in set_emss()
302 if (ep->com.remote_addr.ss_family == AF_INET6) { in _c4iw_free_ep()
456 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_req_arp_failure()
579 memcpy(&pm_msg->rem_addr, &ep->com.remote_addr, in c4iw_form_pm_msg()
580 sizeof(ep->com.remote_addr)); in c4iw_form_pm_msg()
612 &child_ep->com.remote_addr, RDMA_NL_C4IW); in get_remote_addr()
678 wrlen = (ep->com.remote_addr.ss_family == AF_INET) ? in send_connect()
694 (AF_INET == ep->com.remote_addr.ss_family) ? 0 : 1); in send_connect()
734 if (ep->com.remote_addr.ss_family == AF_INET6) in send_connect()
740 if (ep->com.remote_addr.ss_family == AF_INET) { in send_connect()
843 if (ret && ep->com.remote_addr.ss_family == AF_INET6) in send_connect()
1219 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_reply_upcall()
1220 sizeof(ep->com.remote_addr)); in connect_reply_upcall()
1263 memcpy(&event.remote_addr, &ep->com.remote_addr, in connect_request_upcall()
1264 sizeof(ep->com.remote_addr)); in connect_request_upcall()
1847 (AF_INET == ep->com.remote_addr.ss_family) ? 0 : 1); in send_fw_act_open_req()
2018 &ep->com.cm_id->remote_addr; in c4iw_reconnect()
2022 &ep->com.cm_id->remote_addr; in c4iw_reconnect()
2154 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2190 if (ep->com.remote_addr.ss_family == AF_INET6) { in act_open_rpl()
2269 (AF_INET == ep->com.remote_addr.ss_family) ? 0 : 1); in accept_cr()
2506 memcpy(&child_ep->com.remote_addr, &child_ep->com.mapped_remote_addr, in pass_accept_req()
2507 sizeof(child_ep->com.remote_addr)); in pass_accept_req()
2765 if (ep->com.remote_addr.ss_family == AF_INET6) { in peer_abort()
3030 struct sockaddr_in *raddr = (struct sockaddr_in *)&cm_id->remote_addr; in pick_local_ipaddrs()
3076 struct sockaddr_in6 *ra6 = (struct sockaddr_in6 *)&cm_id->remote_addr; in pick_local_ip6addrs()
3149 memcpy(&ep->com.remote_addr, &cm_id->remote_addr, in c4iw_connect()
3150 sizeof(ep->com.remote_addr)); in c4iw_connect()
3155 memcpy(&ep->com.mapped_remote_addr, &cm_id->remote_addr, in c4iw_connect()
3187 if (cm_id->remote_addr.ss_family == AF_INET) { in c4iw_connect()
3575 if (ep->com.remote_addr.ss_family == AF_INET6) { in active_ofld_conn_reply()