Searched refs:transport (Results 51 - 67 of 67) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dipv6.c127 struct sctp_transport *transport; local
139 sk = sctp_err_lookup(AF_INET6, skb, sctp_hdr(skb), &asoc, &transport);
154 sctp_icmp_frag_needed(sk, asoc, transport, ntohl(info));
158 sctp_icmp_proto_unreachable(sk, asoc, transport);
183 static int sctp_v6_xmit(struct sk_buff *skb, struct sctp_transport *transport, argument
195 * and the source address from the transport.
197 ipv6_addr_copy(&fl.fl6_dst, &transport->ipaddr.v6.sin6_addr);
198 ipv6_addr_copy(&fl.fl6_src, &transport->saddr.v6.sin6_addr);
203 fl.oif = transport->saddr.v6.sin6_scope_id;
H A Dsm_statefuns.c98 struct sctp_transport *transport);
497 asoc, chunk->transport);
817 struct sctp_transport *transport = (struct sctp_transport *) arg; local
824 hbinfo.daddr = transport->ipaddr;
826 hbinfo.hb_nonce = transport->hb_nonce;
830 reply = sctp_make_heartbeat(asoc, transport, &hbinfo, paylen);
838 SCTP_TRANSPORT(transport));
844 /* Generate a HEARTBEAT packet on the given transport. */
851 struct sctp_transport *transport = (struct sctp_transport *) arg; local
867 * chunk is sent and the destination transport addres
2323 sctp_stop_t1_and_abort(sctp_cmd_seq_t *commands, __be16 error, int sk_err, const struct sctp_association *asoc, struct sctp_transport *transport) argument
4543 struct sctp_transport *transport = arg; local
4816 struct sctp_transport *transport = chunk->transport; local
5080 struct sctp_transport *transport; local
[all...]
H A Dprotocol.c796 struct sctp_transport *transport, int ipfragok)
795 sctp_v4_xmit(struct sk_buff *skb, struct sctp_transport *transport, int ipfragok) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-connevent.c86 msg.msg_name = &conn->trans->peer->srx.transport.sin;
87 msg.msg_namelen = sizeof(conn->trans->peer->srx.transport.sin);
311 * put a packet up for transport-level abort
361 sa.sa.sa_family = local->srx.transport.family;
H A Dar-output.c331 * send a packet through the transport endpoint
344 msg.msg_name = &trans->peer->srx.transport.sin;
345 msg.msg_namelen = sizeof(trans->peer->srx.transport.sin);
H A Drxkad.c585 msg.msg_name = &conn->trans->peer->srx.transport.sin;
586 msg.msg_namelen = sizeof(conn->trans->peer->srx.transport.sin);
637 msg.msg_name = &conn->trans->peer->srx.transport.sin;
638 msg.msg_namelen = sizeof(conn->trans->peer->srx.transport.sin);
H A Dar-ack.c856 msg.msg_name = &call->conn->trans->peer->srx.transport.sin;
857 msg.msg_namelen = sizeof(call->conn->trans->peer->srx.transport.sin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h268 u8 transport; member in struct:mthca_qp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex8 This document describes using Ogg logical and physical transport
18 transport streams. This specification document assumes a working
25 streams use Ogg transport streams in degenerate, unmultiplexed
H A D01-introduction.tex60 extensively in bitrate management in peeling. Both the transport
64 Vorbis packets are thus intended to be used with a transport mechanism
67 transport) or RTP (for network multicast). For purposes of a few
73 an Ogg transport stream is in \xref{vorbis:over:ogg}.
H A D02-bitpacking.tex212 container structure, such as an Ogg transport bitstream. Externally,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dshuttle_usbat.c54 #include "transport.h"
160 * Some USBAT-specific commands can only be executed over a command transport
161 * This transport allows one (len=8) or two (len=16) vendor-specific commands
847 * Sets transport functions as appropriate.
892 * Set the transport function based on the device type
910 us->transport = usbat_hp8200e_transport;
914 us->transport = usbat_flash_transport;
1726 * Default transport function. Attempts to detect which transport function
1730 * device type and changes the us->transport pt
[all...]
H A Dtransport.c3 * $Id: transport.c,v 1.1.1.1 2007/08/03 18:53:02 Exp $
57 #include "transport.h"
531 /* Invoke the transport and basic error-handling/recovery methods
541 /* send the command to the transport layer */
543 result = us->transport(srb, us);
554 /* if there is a transport error, reset and don't auto-sense */
556 US_DEBUGP("-- transport indicates error, resetting\n");
561 /* if the transport provided its own sense data, don't auto-sense */
577 * If we're running the CB transport, which is incapable
584 US_DEBUGP("-- CB transport devic
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dstructs.h444 * chunk is sent and the destination transport address to which this
641 /* This is our link to the per-transport transmitted list. */
707 struct sctp_transport *transport; member in struct:sctp_chunk
762 /* The packet is destined for this transport address.
764 * layer lives in the transport structure.
766 struct sctp_transport *transport; member in struct:sctp_packet
796 /* This represents a remote transport address.
797 * For local transport addresses, we just use union sctp_addr.
804 * transport address is defined by the combination of an IP address
837 * For each destination transport addres
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi.c1340 * @scsit: scsi transport template
1341 * @iscsit: iscsi transport template
1457 struct module *owner = cls_session->transport->owner;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c101 * endpoints wherever the transport specification allows. This is
318 module_param_named(transport, mod_data.transport_parm, charp, S_IRUGO);
319 MODULE_PARM_DESC(transport, "type of transport (BBB, CBI, or CB)");
342 /* USB protocol value = the transport method */
2494 /* Control-Bulk transport has no status phase! */
3695 ERROR(fsg, "invalid transport: %s\n", mod_data.transport_parm);
3940 DBG(fsg, "transport=%s (x%02x)\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1122 from transport protocols to select a working router, so the order
1899 IP protocol, transport protocol ports or even packet payload.
1926 Matching IP protocols and transport ports is also possible,

Completed in 285 milliseconds

123