Home
last modified time | relevance | path

Searched refs:UDP (Results 1 – 25 of 43) sorted by relevance

12

/linux-2.6.39/Documentation/networking/
Dudplite.txt2 The UDP-Lite protocol (RFC 3828)
6 UDP-Lite is a Standards-Track IETF transport protocol whose characteristic
14 o The UDP-Lite Homepage:
18 o The UDP-Lite HOWTO on
20 files/UDP-Lite-HOWTO.txt
22 o The Wireshark UDP-Lite WiKi (with capture files):
30 Several applications have been ported successfully to UDP-Lite. Ethereal
31 (now called wireshark) has UDP-Litev4/v6 support by default.
32 Porting applications to UDP-Lite is straightforward: only socket level and
39 UDP-Lite provides a connectionless, unreliable datagram service and hence
[all …]
Dl2tp.txt11 L2TPv2 (PPP over L2TP (UDP tunnels)).
22 sessions over a UDP tunnel.
30 UDP header (UDP is optional). It is also possible to create static
49 Each L2TP tunnel is implemented using a UDP or L2TPIP socket; L2TPIP
50 provides L2TPv3 IP encapsulation (no UDP) and is implemented using a
84 the tunnel context keeps a reference to the tunnel UDP or L2TPIP
94 1. Use a UDP socket per tunnel.
100 L2TP UDP encapsulation socket and flags it for use by the
101 referenced tunnel id. This hooks up the UDP receive path via
113 descriptor of a UDP socket. See struct pppol2tp_addr in
[all …]
Dgianfar.txt40 the 8548) has the ability to perform TCP, UDP, and IP checksums
41 in hardware. The Linux kernel only offloads the TCP and UDP
43 the driver only supports checksumming for TCP/IP and UDP/IP
Dnetconsole.txt11 This module logs kernel printk messages over UDP allowing debugging of
29 src-port source for UDP packets (defaults to 6665)
91 local_port Source UDP port to use (read-write)
92 remote_port Remote agent's UDP port (read-write)
157 only IP networks, UDP packets and ethernet devices are supported.
Dpktgen.txt113 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then
116 pgset "udp_src_max 9" set UDP source port max.
117 pgset "udp_dst_min 9" set UDP destination port min, If < udp_dst_max, then
119 pgset "udp_dst_max 9" set UDP destination port max.
Dixgb.txt163 offload for received packets (both UDP and TCP) to the adapter hardware.
229 ### CORE settings (mostly for socket and UDP effect)
252 Resolving Slow UDP Traffic
254 If your server does not seem to be able to receive UDP traffic as fast as it
256 the network stack buffers as large as they need to be to support high UDP
406 UDP Stress Test Dropped Packet Issue
408 Under small packets UDP stress test with 10GbE driver, the Linux system
409 may drop UDP packets due to the fullness of socket buffers. You may want
Dxfrm_proc.txt36 e.g. UDP encapsulation type is mismatch
Dsctp.txt19 referred to as the UDP-style API of the Sockets Extensions for SCTP, as
Drxrpc.txt5 The RxRPC protocol driver provides a reliable two-phase transport on top of UDP
36 reliable virtual connections using UDP over IPv4 (or IPv6) as the transport
48 | UDP | Transport
92 (*) RxRPC sits on top of another networking protocol (UDP is the only option
93 currently), and uses this to provide network transport. UDP ports, for
113 Local port } Transport (UDP) address
184 (*) Each internal UDP socket is retained [tunable] for a certain amount of
505 This specifies the local UDP port to be used. If not given, a random
506 non-privileged port will be used. A UDP port may be shared between
707 call and connection numbers. The call will be made on the UDP port that
Dvxge.txt45 Checksum offload (TCP/UDP/IP) on transmit and receive paths
Dip-sysctl.txt537 UDP variables:
540 Number of pages allowed for queueing by all UDP sockets.
542 min: Below this number of pages UDP is not bothered about its
543 memory appetite. When amount of memory allocated by UDP exceeds
544 this number, UDP starts to moderate memory usage.
548 max: Number of pages allowed for queueing by all UDP sockets.
553 Minimal size of receive buffer used by UDP sockets in moderation.
554 Each UDP socket is able to use the size for receiving data, even if
555 total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
559 Minimal size of send buffer used by UDP sockets in moderation.
[all …]
Dtproxy.txt51 acceptable in certain situations. (Think of proxying UDP for example: you won't
Ddccp.txt19 oriented protocol designed to solve issues present in UDP and TCP, particularly
206 because the checksum covers the pseudo-header as per TCP and UDP. Linux NAT
Ddm9000.txt160 2) TCP/UDP checksum offloading, which the driver does not currently support.
/linux-2.6.39/net/econet/
DKconfig13 top of the UDP packet protocol, which in turn runs on top of the
17 to send Econet/AUN traffic over a UDP Ethernet connection or over
24 bool "AUN over UDP"
27 Say Y here if you want to send Econet/AUN traffic over a UDP
28 connection (UDP is a packet based protocol that runs on top of the
/linux-2.6.39/drivers/block/
Dfloppy.c309 #define UDP (&drive_params[drive]) macro
678 fd_timeout.expires = jiffies + UDP->timeout; in __reschedule_timeout()
680 if (UDP->flags & FD_DEBUG) in __reschedule_timeout()
734 if (time_before(jiffies, UDRS->select_date + UDP->select_delay)) in disk_change()
743 debug_dcl(UDP->flags, in disk_change()
745 debug_dcl(UDP->flags, "jiffies=%lu\n", jiffies); in disk_change()
746 debug_dcl(UDP->flags, "disk change line=%x\n", fd_inb(FD_DIR) & 0x80); in disk_change()
747 debug_dcl(UDP->flags, "flags=%lx\n", UDRS->flags); in disk_change()
749 if (UDP->flags & FD_BROKEN_DCL) in disk_change()
751 if ((fd_inb(FD_DIR) ^ UDP->flags) & 0x80) { in disk_change()
[all …]
/linux-2.6.39/net/l2tp/
DKconfig75 L2TP frames, namely UDP and plain IP (without UDP). This
78 when UDP encapsulation is not required. When L2TP is carried
/linux-2.6.39/drivers/staging/bcm/
DProtocol.h126 #define UDP 0x11 macro
DQos.c260 if(iphd->protocol!=TCP && iphd->protocol!=UDP) in IpVersion4()
264 (iphd->protocol==UDP)?xprt_hdr->uhdr.source:xprt_hdr->thdr.source); in IpVersion4()
268 ntohs((iphd->protocol == UDP)? in IpVersion4()
274 (iphd->protocol==UDP)?xprt_hdr->uhdr.dest: in IpVersion4()
278 ntohs((iphd->protocol == UDP)? in IpVersion4()
/linux-2.6.39/net/sctp/
Dsocket.c213 if (!sctp_style(sk, UDP)) { in sctp_id2assoc()
2391 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_peer_addr_params()
2495 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_delayed_ack()
2625 if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_default_send_param()
2720 if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_rtoinfo()
2772 if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_associnfo()
2899 if (!asoc && params.assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_maxseg()
3275 if (!asoc && authkey->sca_assoc_id && sctp_style(sk, UDP)) { in sctp_setsockopt_auth_key()
3308 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_active_key()
3336 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP)) in sctp_setsockopt_del_key()
[all …]
/linux-2.6.39/net/
DTUNABLE41 MASQUERADE_EXPIRE_UDP Time we keep a UDP masquerade for (tunable)
/linux-2.6.39/Documentation/filesystems/nfs/
Dnfs-rdma.txt163 is functioning as expected and standard NFS over TCP/IP and/or UDP/IP
200 test their functionality over standard Ethernet using TCP/IP or UDP/IP.
/linux-2.6.39/net/netfilter/ipset/
DKconfig50 can store TCP/UDP port numbers from a range.
/linux-2.6.39/Documentation/infiniband/
Dipoib.txt41 which reduces the number of IP packets needed for handling large UDP
/linux-2.6.39/net/netfilter/ipvs/
DKconfig85 bool "UDP load balancing support"
87 This option enables support for load balancing UDP transport

12