Home
last modified time | relevance | path

Searched defs:transport (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/net/sctp/
Dtransport.c110 struct sctp_transport *transport; in sctp_transport_new() local
133 void sctp_transport_free(struct sctp_transport *transport) in sctp_transport_free()
158 struct sctp_transport *transport; in sctp_transport_destroy_rcu() local
170 static void sctp_transport_destroy(struct sctp_transport *transport) in sctp_transport_destroy()
188 void sctp_transport_reset_timers(struct sctp_transport *transport) in sctp_transport_reset_timers()
213 void sctp_transport_set_owner(struct sctp_transport *transport, in sctp_transport_set_owner()
221 void sctp_transport_pmtu(struct sctp_transport *transport, struct sock *sk) in sctp_transport_pmtu()
268 void sctp_transport_route(struct sctp_transport *transport, in sctp_transport_route()
299 void sctp_transport_hold(struct sctp_transport *transport) in sctp_transport_hold()
307 void sctp_transport_put(struct sctp_transport *transport) in sctp_transport_put()
[all …]
Doutqueue.c110 struct sctp_transport *transport, in sctp_cacc_skip_3_1_d()
125 static inline int sctp_cacc_skip_3_1_f(struct sctp_transport *transport, in sctp_cacc_skip_3_1_f()
142 struct sctp_transport *transport, in sctp_cacc_skip_3_1()
185 struct sctp_transport *transport, in sctp_cacc_skip()
216 struct sctp_transport *transport; in __sctp_outq_teardown() local
377 struct sctp_transport *transport, in sctp_retransmit_mark()
465 void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport, in sctp_retransmit()
531 struct sctp_transport *transport = pkt->transport; in sctp_outq_flush_rtx() local
714 struct sctp_transport *transport = NULL; in sctp_outq_flush() local
1128 struct sctp_transport *transport; in sctp_outq_sack() local
[all …]
Dassociola.c327 struct sctp_transport *transport; in sctp_association_free() local
430 struct sctp_transport *transport) in sctp_assoc_set_primary()
490 struct sctp_transport *transport; in sctp_assoc_rm_peer() local
723 struct sctp_transport *transport; in sctp_assoc_del_peer() local
773 struct sctp_transport *transport, in sctp_assoc_control_transport()
918 struct sctp_transport *transport; in sctp_assoc_lookup_tsn() local
974 struct sctp_transport *transport; in sctp_assoc_is_match() local
Dendpointola.c323 struct sctp_transport **transport) in __sctp_endpoint_lookup_assoc()
368 struct sctp_transport **transport) in sctp_endpoint_lookup_assoc()
412 struct sctp_transport *transport; in sctp_endpoint_bh_rcv() local
Dinput.c113 struct sctp_transport *transport = NULL; in sctp_rcv() local
480 struct sctp_transport *transport = NULL; in sctp_err_lookup() local
576 struct sctp_transport *transport; in sctp_v4_err() local
856 struct sctp_transport *transport; in __sctp_lookup_association() local
906 struct sctp_transport *transport; in sctp_has_association() local
944 struct sctp_transport *transport; in __sctp_rcv_init_lookup() local
Doutput.c108 struct sctp_transport *transport, in sctp_packet_init()
639 struct sctp_transport *transport = packet->transport; in sctp_packet_can_append_data() local
724 struct sctp_transport *transport = packet->transport; in sctp_packet_append_data() local
Dsm_sideeffect.c117 struct sctp_transport *transport; in sctp_do_ecn_ecne_work() local
245 struct sctp_transport *transport = (struct sctp_transport *) peer; in sctp_generate_t3_rtx_event() local
368 struct sctp_transport *transport = (struct sctp_transport *) data; in sctp_generate_heartbeat_event() local
407 struct sctp_transport *transport = (struct sctp_transport *) data; in sctp_generate_proto_unreach_event() local
477 struct sctp_transport *transport, in sctp_do_8_2_transport_strike()
Dipv6.c147 struct sctp_transport *transport; in sctp_v6_err() local
207 static int sctp_v6_xmit(struct sk_buff *skb, struct sctp_transport *transport) in sctp_v6_xmit()
Dsm_statefuns.c959 struct sctp_transport *transport = (struct sctp_transport *) arg; in sctp_sf_heartbeat() local
985 struct sctp_transport *transport = (struct sctp_transport *) arg; in sctp_sf_sendbeat_8_3() local
2574 struct sctp_transport *transport) in sctp_stop_t1_and_abort()
5412 struct sctp_transport *transport = arg; in sctp_sf_do_6_3_3_rtx() local
5717 struct sctp_transport *transport = chunk->transport; in sctp_sf_t4_timer_expire() local
5989 struct sctp_transport *transport; in sctp_ootb_pkt_new() local
Dproc.c159 struct sctp_transport *transport; in sctp_seq_dump_remote_addrs() local
Dsocket.c238 struct sctp_transport *transport; in sctp_addr_id2transport() local
709 struct sctp_transport *transport; in sctp_send_asconf_del_ip() local
1049 struct sctp_transport *transport; in __sctp_connect() local
1594 struct sctp_transport *transport, *chunk_tp; in sctp_sendmsg() local
4220 struct sctp_transport *transport; in sctp_getsockopt_sctp_status() local
4299 struct sctp_transport *transport; in sctp_getsockopt_peer_addr_info() local
Dsm_make_chunk.c1137 const struct sctp_transport *transport) in sctp_make_heartbeat()
2296 struct sctp_transport *transport; in sctp_process_init() local
3289 struct sctp_transport *transport; in sctp_asconf_param_success() local
Dprotocol.c975 struct sctp_transport *transport) in sctp_v4_xmit()
/linux-4.4.14/net/sunrpc/
Dxprtsock.c441 struct sock_xprt *transport = container_of(task->tk_rqstp->rq_xprt, struct sock_xprt, xprt); in xs_nospace_callback() local
455 struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt); in xs_nospace() local
506 struct sock_xprt *transport = in xs_local_send_request() local
567 struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt); in xs_udp_send_request() local
642 struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt); in xs_tcp_send_request() local
742 static void xs_save_old_callbacks(struct sock_xprt *transport, struct sock *sk) in xs_save_old_callbacks()
750 static void xs_restore_old_callbacks(struct sock_xprt *transport, struct sock *sk) in xs_restore_old_callbacks()
803 static void xs_reset_transport(struct sock_xprt *transport) in xs_reset_transport()
846 struct sock_xprt *transport = container_of(xprt, struct sock_xprt, xprt); in xs_close() local
876 struct sock_xprt *transport = container_of(xprt, in xs_destroy() local
[all …]
Dxprt.c89 int xprt_register_transport(struct xprt_class *transport) in xprt_register_transport()
121 int xprt_unregister_transport(struct xprt_class *transport) in xprt_unregister_transport()
/linux-4.4.14/arch/um/include/shared/
Dnet_kern.h52 struct transport { struct
66 extern void register_transport(struct transport *new); argument
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c744 iscsi_create_iface(struct Scsi_Host *shost, struct iscsi_transport *transport, in iscsi_create_iface()
1235 struct iscsi_transport *transport, in iscsi_create_flashnode_sess()
1284 struct iscsi_transport *transport, in iscsi_create_flashnode_conn()
2032 iscsi_alloc_session(struct Scsi_Host *shost, struct iscsi_transport *transport, in iscsi_alloc_session()
2127 iscsi_create_session(struct Scsi_Host *shost, struct iscsi_transport *transport, in iscsi_create_session()
2255 struct iscsi_transport *transport = session->transport; in iscsi_create_conn() local
2388 struct iscsi_transport *transport, uint32_t type, in iscsi_offload_mesg()
2490 void iscsi_post_host_event(uint32_t host_no, struct iscsi_transport *transport, in iscsi_post_host_event()
2521 void iscsi_ping_comp_event(uint32_t host_no, struct iscsi_transport *transport, in iscsi_ping_comp_event()
2573 iscsi_if_get_stats(struct iscsi_transport *transport, struct nlmsghdr *nlh) in iscsi_if_get_stats()
[all …]
/linux-4.4.14/include/linux/
Drxrpc.h30 } transport; member
/linux-4.4.14/include/scsi/
Dscsi_transport_iscsi.h207 struct iscsi_transport *transport; member
235 struct iscsi_transport *transport; member
296 struct iscsi_transport *transport; member
312 struct iscsi_transport *transport; member
356 struct iscsi_transport *transport; member
/linux-4.4.14/net/netrom/
Dnr_out.c38 unsigned char transport[NR_TRANSPORT_LEN]; in nr_output() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.c75 #define OP(transport, op) IB_OPCODE_## transport ## _ ## op argument
/linux-4.4.14/include/uapi/scsi/
Dscsi_netlink.h44 uint8_t transport; member
/linux-4.4.14/arch/um/drivers/
Dnet_kern.c391 struct transport *transport, gfp_t gfp_mask) in eth_configure()
570 static int check_transport(struct transport *transport, char *eth, int n, in check_transport()
626 struct transport *transport; in eth_setup_common() local
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_abi.h84 u32 transport; member
Dusnic_ib_qp_grp.c682 enum usnic_transport_type transport = transport_spec->trans_type; in usnic_ib_qp_grp_create() local
/linux-4.4.14/include/rdma/
Dib_addr.h84 enum rdma_transport_type transport; member
Dib_pack.h69 #define IB_OPCODE(transport, op) \ argument
/linux-4.4.14/drivers/usb/storage/
Dusb.h131 trans_cmnd transport; /* transport function */ member
/linux-4.4.14/include/net/sctp/
Dcommand.h133 struct sctp_transport *transport; member
Dstructs.h624 struct sctp_transport *transport; member
705 struct sctp_transport *transport; member
/linux-4.4.14/include/net/iucv/
Daf_iucv.h128 int transport; member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_hst.h30 const enum ath9k_hif_transports transport; member
/linux-4.4.14/include/uapi/linux/
Drds.h121 uint8_t transport[TRANSNAMSIZ]; /* null term ascii */ member
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h215 struct adf_etr_data *transport; member
/linux-4.4.14/fs/nfsd/
Dnfsctl.c736 char transport[16]; in __write_ports_addxprt() local
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_provider.h268 u8 transport; member
Dmthca_qp.c286 static int to_mthca_st(int transport) in to_mthca_st()
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c118 static const struct vsock_transport *transport; variable
Dvmci_transport.c1594 struct vmci_transport *transport = in vmci_transport_free_resources() local
/linux-4.4.14/drivers/ntb/
Dntb_transport.c119 struct ntb_transport_ctx *transport; member
/linux-4.4.14/drivers/infiniband/core/
Dcma.c1254 enum rdma_transport_type transport = in cma_protocol_roce_dev_port() local
/linux-4.4.14/include/target/
Dtarget_core_base.h824 const struct target_backend_ops *transport; member