Searched refs:transport_type (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/infiniband/core/ |
| A D | cm_msgs.h | 24 u8 transport_type = IBA_GET(CM_REQ_TRANSPORT_SERVICE_TYPE, req_msg); in cm_req_get_qp_type() local 25 switch (transport_type) { in cm_req_get_qp_type()
|
| /linux/net/rxrpc/ |
| A 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()
|
| A D | local_object.c | 40 diff = ((local->srx.transport_type - srx->transport_type) ?: in rxrpc_local_cmp_key() 117 local, srx->transport_type, srx->transport.family); in rxrpc_open_socket() 186 srx->transport_type, srx->transport.family, &srx->transport); in rxrpc_lookup_local()
|
| A 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() 267 switch (peer->srx.transport_type) { in rxrpc_init_peer()
|
| A D | peer_event.c | 37 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_icmp_rcu()
|
| A D | af_rxrpc.c | 88 if (srx->transport_type != SOCK_DGRAM) in rxrpc_validate_address() 527 rx->srx.transport_type = SOCK_DGRAM; in rxrpc_sendmsg()
|
| /linux/fs/afs/ |
| A D | vl_alias.c | 44 diff = (short)srx_a->transport_type - (short)srx_b->transport_type; in afs_compare_addrs() 48 switch (srx_a->transport_type) { in afs_compare_addrs()
|
| A 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()
|
| A D | rxrpc.c | 54 srx.transport_type = SOCK_DGRAM; in afs_open_socket()
|
| /linux/drivers/target/iscsi/ |
| A D | iscsi_target_transport.c | 16 if (t->transport_type == type) { in iscsit_get_transport()
|
| A D | iscsi_target_login.c | 366 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_zero_tsih_s2() 531 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_non_zero_tsih_s2() 621 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_post_login_start_timers()
|
| A D | iscsi_target.c | 664 .transport_type = ISCSI_TCP, 3545 conn->conn_transport->transport_type); in iscsit_send_text_rsp()
|
| /linux/include/uapi/linux/ |
| A D | rxrpc.h | 21 __u16 transport_type; /* type of transport socket (SOCK_DGRAM) */ member
|
| /linux/include/target/iscsi/ |
| A D | iscsi_transport.h | 9 int transport_type; member
|
| /linux/drivers/target/iscsi/cxgbit/ |
| A D | cxgbit_main.c | 667 .transport_type = ISCSI_CXGBIT,
|
| /linux/Documentation/networking/ |
| A D | rxrpc.rst | 561 .transport_type = SOCK_DGRAM, /* type of transport socket */ 591 .transport_type = SOCK_DGRAM, /* type of transport socket */ 672 .transport_type = SOCK_DGRAM, /* type of transport socket */
|
| /linux/drivers/infiniband/ulp/isert/ |
| A D | ib_isert.c | 2586 .transport_type = ISCSI_INFINIBAND,
|
Completed in 30 milliseconds