Home
last modified time | relevance | path

Searched refs:transport_type (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/net/rxrpc/
Dutils.c29 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
36 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
46 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
Dlocal_object.c43 diff = ((local->srx.transport_type - srx->transport_type) ?: in rxrpc_local_cmp_key()
116 local, local->srx.transport_type, local->srx.transport.family); in rxrpc_open_socket()
120 local->srx.transport_type, 0, &local->socket); in rxrpc_open_socket()
244 srx->transport_type, srx->transport.family, &srx->transport); in rxrpc_lookup_local()
Dpeer_object.c42 hash_key += srx->transport_type; in rxrpc_peer_hash_key()
89 (peer->srx.transport_type - srx->transport_type) ?: in rxrpc_peer_cmp_key()
267 switch (peer->srx.transport_type) { in rxrpc_init_peer()
Dpeer_event.c41 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_icmp_rcu()
Daf_rxrpc.c92 if (srx->transport_type != SOCK_DGRAM) in rxrpc_validate_address()
557 rx->srx.transport_type = SOCK_DGRAM; in rxrpc_sendmsg()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_transport.c16 if (t->transport_type == type) { in iscsit_get_transport()
Discsi_target_login.c373 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_zero_tsih_s2()
537 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_non_zero_tsih_s2()
627 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_post_login_start_timers()
Discsi_target.c672 .transport_type = ISCSI_TCP,
3503 conn->conn_transport->transport_type); in iscsit_send_text_rsp()
/Linux-v4.19/include/uapi/linux/
Drxrpc.h25 __u16 transport_type; /* type of transport socket (SOCK_DGRAM) */ member
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_qp.c909 int transport_type; in to_hr_qp_type() local
912 transport_type = SERV_TYPE_RC; in to_hr_qp_type()
914 transport_type = SERV_TYPE_UC; in to_hr_qp_type()
916 transport_type = SERV_TYPE_UD; in to_hr_qp_type()
918 transport_type = SERV_TYPE_UD; in to_hr_qp_type()
920 transport_type = -1; in to_hr_qp_type()
922 return transport_type; in to_hr_qp_type()
/Linux-v4.19/include/target/iscsi/
Discsi_transport.h9 int transport_type; member
/Linux-v4.19/drivers/infiniband/core/
Dcm_msgs.h155 u8 transport_type = (u8) (be32_to_cpu(req_msg->offset40) & 0x06) >> 1; in cm_req_get_qp_type() local
156 switch(transport_type) { in cm_req_get_qp_type()
/Linux-v4.19/fs/afs/
Daddr_list.c56 srx->transport_type = SOCK_DGRAM; in afs_alloc_addrlist()
Drxrpc.c59 srx.transport_type = SOCK_DGRAM; in afs_open_socket()
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c661 .transport_type = ISCSI_CXGBIT,
/Linux-v4.19/Documentation/networking/
Drxrpc.txt561 .transport_type = SOCK_DGRAM, /* type of transport socket */
591 .transport_type = SOCK_DGRAM, /* type of transport socket */
671 .transport_type = SOCK_DGRAM, /* type of transport socket */
/Linux-v4.19/drivers/infiniband/ulp/isert/
Dib_isert.c2670 .transport_type = ISCSI_INFINIBAND,