Searched refs:transport_type (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/rxrpc/ |
D | utils.c | 29 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()
|
D | local_object.c | 43 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()
|
D | peer_object.c | 42 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()
|
D | peer_event.c | 41 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_icmp_rcu()
|
D | af_rxrpc.c | 92 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/ |
D | iscsi_target_transport.c | 16 if (t->transport_type == type) { in iscsit_get_transport()
|
D | iscsi_target_login.c | 373 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()
|
D | iscsi_target.c | 672 .transport_type = ISCSI_TCP, 3503 conn->conn_transport->transport_type); in iscsit_send_text_rsp()
|
/Linux-v4.19/include/uapi/linux/ |
D | rxrpc.h | 25 __u16 transport_type; /* type of transport socket (SOCK_DGRAM) */ member
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_qp.c | 909 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/ |
D | iscsi_transport.h | 9 int transport_type; member
|
/Linux-v4.19/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-v4.19/fs/afs/ |
D | addr_list.c | 56 srx->transport_type = SOCK_DGRAM; in afs_alloc_addrlist()
|
D | rxrpc.c | 59 srx.transport_type = SOCK_DGRAM; in afs_open_socket()
|
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 661 .transport_type = ISCSI_CXGBIT,
|
/Linux-v4.19/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-v4.19/drivers/infiniband/ulp/isert/ |
D | ib_isert.c | 2670 .transport_type = ISCSI_INFINIBAND,
|