Searched refs:transport_type (Results 1 – 17 of 17) sorted by relevance
| /Linux-v5.4/net/rxrpc/ |
| D | utils.c | 22 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb() 31 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
|
| D | local_object.c | 39 diff = ((local->srx.transport_type - srx->transport_type) ?: in rxrpc_local_cmp_key() 113 local, local->srx.transport_type, local->srx.transport.family); in rxrpc_open_socket() 117 local->srx.transport_type, 0, &local->socket); in rxrpc_open_socket() 241 srx->transport_type, srx->transport.family, &srx->transport); in rxrpc_lookup_local()
|
| D | peer_object.c | 38 hash_key += srx->transport_type; in rxrpc_peer_hash_key() 85 (peer->srx.transport_type - srx->transport_type) ?: in rxrpc_peer_cmp_key() 263 switch (peer->srx.transport_type) { in rxrpc_init_peer()
|
| D | peer_event.c | 37 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_icmp_rcu()
|
| D | af_rxrpc.c | 88 if (srx->transport_type != SOCK_DGRAM) in rxrpc_validate_address() 551 rx->srx.transport_type = SOCK_DGRAM; in rxrpc_sendmsg()
|
| /Linux-v5.4/fs/afs/ |
| D | addr_list.c | 51 srx->transport_type = SOCK_DGRAM; in afs_alloc_addrlist() 303 srx->transport_type = SOCK_DGRAM; in afs_merge_fs_addr4() 343 srx->transport_type = SOCK_DGRAM; in afs_merge_fs_addr6()
|
| D | rxrpc.c | 56 srx.transport_type = SOCK_DGRAM; in afs_open_socket()
|
| /Linux-v5.4/drivers/target/iscsi/ |
| D | iscsi_target_transport.c | 16 if (t->transport_type == type) { in iscsit_get_transport()
|
| D | iscsi_target_login.c | 365 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_zero_tsih_s2() 529 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_non_zero_tsih_s2() 619 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_post_login_start_timers()
|
| D | iscsi_target.c | 665 .transport_type = ISCSI_TCP, 3531 conn->conn_transport->transport_type); in iscsit_send_text_rsp()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | rxrpc.h | 21 __u16 transport_type; /* type of transport socket (SOCK_DGRAM) */ member
|
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_qp.c | 1087 int transport_type; in to_hr_qp_type() local 1090 transport_type = SERV_TYPE_RC; in to_hr_qp_type() 1092 transport_type = SERV_TYPE_UC; in to_hr_qp_type() 1094 transport_type = SERV_TYPE_UD; in to_hr_qp_type() 1096 transport_type = SERV_TYPE_UD; in to_hr_qp_type() 1098 transport_type = -1; in to_hr_qp_type() 1100 return transport_type; in to_hr_qp_type()
|
| /Linux-v5.4/include/target/iscsi/ |
| D | iscsi_transport.h | 9 int transport_type; member
|
| /Linux-v5.4/drivers/infiniband/core/ |
| D | cm_msgs.h | 155 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-v5.4/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_main.c | 660 .transport_type = ISCSI_CXGBIT,
|
| /Linux-v5.4/Documentation/networking/ |
| D | rxrpc.txt | 561 .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-v5.4/drivers/infiniband/ulp/isert/ |
| D | ib_isert.c | 2661 .transport_type = ISCSI_INFINIBAND,
|