| /Linux-v5.10/Documentation/networking/ |
| D | udplite.rst | 4 The UDP-Lite protocol (RFC 3828) 8 UDP-Lite is a Standards-Track IETF transport protocol whose characteristic 16 - The UDP-Lite Homepage: 21 - The UDP-Lite HOWTO on 22 …http://web.archive.org/web/%2E/http://www.erg.abdn.ac.uk/users/gerrit/udp-lite/files/UDP-Lite-HOWT… 24 - The Wireshark UDP-Lite WiKi (with capture files): 33 Several applications have been ported successfully to UDP-Lite. Ethereal 34 (now called wireshark) has UDP-Litev4/v6 support by default. 36 Porting applications to UDP-Lite is straightforward: only socket level and 43 UDP-Lite provides a connectionless, unreliable datagram service and hence [all …]
|
| D | bareudp.rst | 4 Bare UDP Tunnelling Module Documentation 7 There are various L3 encapsulation standards using UDP being discussed to 8 leverage the UDP based load balancing capability of different networks. 12 tunnelling different L3 protocols like MPLS, IP, NSH etc. inside a UDP tunnel. 31 0x8847 (MPLS traffic). The destination port of the UDP header will be set to 32 6635.The device will listen on UDP port 6635 to receive traffic.
|
| D | vxlan.rst | 12 number of vendors. The protocol runs over UDP using a single 62 The following NIC features may indicate support for UDP tunnel-related 68 ability to perform TCP segmentation offload of UDP encapsulated frames 71 receive side parsing of UDP encapsulated frames which allows NICs to 80 UDP port table 0: 84 UDP port table 1:
|
| D | l2tp.rst | 19 L2TPv3. L2TPv2 is carried over UDP. L2TPv3 is carried over UDP or 60 L2TPv2 always uses UDP. L2TPv3 may use UDP or IP encapsulation. 65 For example, for a tunnel using IPv4 addresses and UDP encapsulation:: 73 UDP socket programming doesn't need to be covered here. 130 ENCAP_TYPE Y Encapsulation type: UDP or IP. 132 UDP_CSUM N Enable IPv4 UDP checksums. Used only if FD is 134 UDP_ZERO_CSUM6_TX N Zero IPv6 UDP checksum on transmit. Used only 136 UDP_ZERO_CSUM6_RX N Zero IPv6 UDP checksum on receive. Used only if 142 UDP_SPORT N UDP source port. Used only if FD is not set. 143 UDP_DPORT N UDP destination port. Used only if FD is not [all …]
|
| D | segmentation-offloads.rst | 16 * UDP Fragmentation Offload - UFO 17 * IPIP, SIT, GRE, and UDP Tunnel Offloads 52 UDP Fragmentation Offload 55 UDP fragmentation offload allows a device to fragment an oversized UDP 56 datagram into multiple IPv4 fragments. Many of the requirements for UDP 61 still receive them from tuntap and similar devices. Offload of UDP-based 65 IPIP, SIT, GRE, UDP Tunnel, and Remote Checksum Offloads 89 UDP/GRE Tunnel::
|
| D | netconsole.rst | 22 This module logs kernel printk messages over UDP allowing debugging of 41 src-port source for UDP packets (defaults to 6665) 129 local_port Source UDP port to use (read-write) 130 remote_port Remote agent's UDP port (read-write) 239 only IP networks, UDP packets and ethernet devices are supported.
|
| D | netdev-features.rst | 111 It means that device can fill TCP/UDP-like checksum anywhere in the packets 119 * Transmit UDP segmentation offload 121 NETIF_F_GSO_UDP_L4 accepts a single UDP header with a payload that exceeds 123 replicates the network and UDP headers (fixing up the last one if less than
|
| D | nf_conntrack-sysctl.rst | 94 - 17 - log UDP packets 169 This extended timeout will be used in case there is an UDP stream
|
| D | checksum-offloads.rst | 41 pseudo-header for UDP or TCP). 87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal 107 LCO is performed by the stack when constructing an outer UDP header for an
|
| D | gtp.rst | 110 GTP-U uses UDP for transporting PDUs. The receiving UDP port is 2151 162 GTP-U uses UDP for transporting PDU's. The receiving UDP port is 2152
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/microsoft/ |
| D | netvsc.rst | 20 support checksum offload for TCP and UDP for both IPv4 and 25 Hyper-V supports receive side scaling. For TCP & UDP, packets can 29 For TCP & UDP, we can switch hash level between L3 and L4 by ethtool 30 command. TCP/UDP over IPv4 and v6 can be set differently. The default 34 On Azure, fragmented UDP packets have high loss rate with L4 37 For example, for UDP over IPv4 on eth0: 39 To include UDP port numbers in hashing:: 43 To exclude UDP port numbers in hashing:: 47 To show UDP hash level::
|
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | cls_redirect.c | 169 UDP, enumerator 213 if (test->type == UDP) in test_str() 243 { UDP, ACCEPT, UNKNOWN_CONN, NO_HOPS, NONE }, 244 { UDP, FORWARD, UNKNOWN_CONN, ONE_HOP, NONE }, 245 { UDP, ACCEPT, KNOWN_CONN, ONE_HOP, NONE }, 300 if (test->type == UDP) in build_input() 344 case UDP: in build_input() 386 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common() 387 &tuples[UDP][i]))) in test_cls_redirect_common()
|
| /Linux-v5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_lan_tx_rx.h | 635 ICE_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 644 ICE_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 653 ICE_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 665 ICE_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 674 ICE_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 686 ICE_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 695 ICE_PTT(68, IP, IPV4, NOF, IP_GRENAT_MAC, IPV6, NOF, UDP, PAY4), 707 ICE_PTT(76, IP, IPV4, NOF, IP_GRENAT_MAC_VLAN, IPV4, NOF, UDP, PAY4), 716 ICE_PTT(83, IP, IPV4, NOF, IP_GRENAT_MAC_VLAN, IPV6, NOF, UDP, PAY4), 725 ICE_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY3), [all …]
|
| /Linux-v5.10/drivers/net/ethernet/intel/iavf/ |
| D | iavf_common.c | 575 IAVF_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 584 IAVF_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 593 IAVF_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 605 IAVF_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 614 IAVF_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 626 IAVF_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 635 IAVF_PTT(68, IP, IPV4, NOF, IP_GRENAT_MAC, IPV6, NOF, UDP, PAY4), 647 IAVF_PTT(76, IP, IPV4, NOF, IP_GRENAT_MAC_VLAN, IPV4, NOF, UDP, PAY4), 656 IAVF_PTT(83, IP, IPV4, NOF, IP_GRENAT_MAC_VLAN, IPV6, NOF, UDP, PAY4), 665 IAVF_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY3), [all …]
|
| /Linux-v5.10/net/6lowpan/ |
| D | Kconfig | 66 tristate "UDP Header Support" 69 6LoWPAN IPv6 UDP Header compression according to RFC6282. 78 tristate "GHC UDP Support" 80 6LoWPAN IPv6 UDP generic header compression according to RFC7400.
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/ |
| D | gianfar.rst | 15 the 8548) has the ability to perform TCP, UDP, and IP checksums 16 in hardware. The Linux kernel only offloads the TCP and UDP 18 the driver only supports checksumming for TCP/IP and UDP/IP
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/aquantia/ |
| D | atlantic.rst | 284 destination TCP/UDP/SCTP port) is compared against 8 filters. For IPv4, up to 287 TCP/UDP/SCTP packets. 355 RSS for UDP 359 incorrect working of RSS for fragmented UDP traffic. To disable RSS for UDP the 366 UDP GSO hardware offload 369 UDP GSO allows to boost UDP tx rates by offloading UDP headers allocation 375 Will cause sending out of 100 byte sized UDP packets formed from single 378 UDP GSO is configured by::
|
| /Linux-v5.10/net/rxrpc/ |
| D | Kconfig | 27 Say Y here to allow AF_RXRPC to use IPV6 UDP as well as IPV4 UDP as
|
| /Linux-v5.10/net/tipc/ |
| D | Kconfig | 32 bool "IP/UDP media type support" 36 Saying Y here will enable support for running TIPC over IP/UDP
|
| /Linux-v5.10/Documentation/bpf/ |
| D | prog_sk_lookup.rst | 14 Hooks for a common attach point (``BPF_SK_LOOKUP``) exist for both TCP and UDP. 47 find a listening (TCP) or an unconnected (UDP) socket for an incoming packet. 49 Incoming traffic to established (TCP) and connected (UDP) sockets is delivered
|
| /Linux-v5.10/net/l2tp/ |
| D | Kconfig | 78 L2TP frames, namely UDP and plain IP (without UDP). This 81 when UDP encapsulation is not required. When L2TP is carried
|
| /Linux-v5.10/net/sctp/ |
| D | socket.c | 235 if (!sctp_style(sk, UDP)) { in sctp_id2assoc() 1745 if ((sflags & SCTP_SENDALL) && sctp_style(sk, UDP) && in sctp_sendmsg_check_sflags() 1955 if ((sflags & SCTP_SENDALL) && sctp_style(sk, UDP)) { in sctp_sendmsg() 2638 sctp_style(sk, UDP)) in sctp_setsockopt_peer_addr_params() 2768 sctp_style(sk, UDP)) in __sctp_setsockopt_delayed_ack() 2893 sctp_style(sk, UDP)) in sctp_setsockopt_default_send_param() 2951 sctp_style(sk, UDP)) in sctp_setsockopt_default_sndinfo() 3067 sctp_style(sk, UDP)) in sctp_setsockopt_rtoinfo() 3129 sctp_style(sk, UDP)) in sctp_setsockopt_associnfo() 3252 sctp_style(sk, UDP)) in sctp_setsockopt_maxseg() [all …]
|
| /Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/ |
| D | ixgb.rst | 168 offload for received packets (both UDP and TCP) to the adapter hardware. 270 ### CORE settings (mostly for socket and UDP effect) 293 Resolving Slow UDP Traffic 295 If your server does not seem to be able to receive UDP traffic as fast as it 297 the network stack buffers as large as they need to be to support high UDP 443 UDP Stress Test Dropped Packet Issue 445 Under small packets UDP stress test with 10GbE driver, the Linux system 446 may drop UDP packets due to the fullness of socket buffers. You may want
|
| /Linux-v5.10/arch/powerpc/platforms/ps3/ |
| D | Kconfig | 161 bool "PS3 udbg output via UDP broadcasts on Ethernet" 164 Enables udbg early debugging output by sending broadcast UDP 165 via the Ethernet port (UDP port number 18194).
|
| /Linux-v5.10/fs/nfs/ |
| D | Kconfig | 201 bool "NFS: Disable NFS UDP protocol support" 205 Choose Y here to disable the use of NFS over UDP. NFS over UDP
|