Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Dcm_msgs.h24 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-6.1.9/net/rxrpc/
Dutils.c22 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
31 srx->transport_type = SOCK_DGRAM; in rxrpc_extract_addr_from_skb()
Dpeer_event.c55 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_icmp_rcu()
120 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_icmp6_rcu()
282 srx->transport_type = local->srx.transport_type; in rxrpc_lookup_peer_local_rcu()
Dlocal_object.c40 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()
190 srx->transport_type, srx->transport.family, &srx->transport); in rxrpc_lookup_local()
Dpeer_object.c38 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()
Daf_rxrpc.c88 if (srx->transport_type != SOCK_DGRAM) in rxrpc_validate_address()
527 rx->srx.transport_type = SOCK_DGRAM; in rxrpc_sendmsg()
/linux-6.1.9/fs/afs/
Dvl_alias.c44 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()
Daddr_list.c51 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()
Drxrpc.c54 srx.transport_type = SOCK_DGRAM; in afs_open_socket()
/linux-6.1.9/drivers/target/iscsi/
Discsi_target_transport.c16 if (t->transport_type == type) { in iscsit_get_transport()
Discsi_target_login.c367 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_zero_tsih_s2()
544 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_non_zero_tsih_s2()
634 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_post_login_start_timers()
Discsi_target.c664 .transport_type = ISCSI_TCP,
3583 conn->conn_transport->transport_type); in iscsit_send_text_rsp()
/linux-6.1.9/include/uapi/linux/
Drxrpc.h21 __u16 transport_type; /* type of transport socket (SOCK_DGRAM) */ member
/linux-6.1.9/include/target/iscsi/
Discsi_transport.h9 int transport_type; member
/linux-6.1.9/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c667 .transport_type = ISCSI_CXGBIT,
/linux-6.1.9/Documentation/networking/
Drxrpc.rst561 .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-6.1.9/drivers/infiniband/ulp/isert/
Dib_isert.c2587 .transport_type = ISCSI_INFINIBAND,