| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | trs_ipv6opts.py | 66 pkt /= UDP(sport=123,dport=456)/Raw(load="abc") 76 self.assertEqual(d[UDP].sport, 123) 77 self.assertEqual(d[UDP].dport, 456) 115 self.assertEqual(d[UDP].sport, 123) 116 self.assertEqual(d[UDP].dport, 456) 130 self.assertEqual(resp[UDP].sport, 123) 131 self.assertEqual(resp[UDP].dport, 456) 159 self.assertEqual(resp[UDP].sport, 123) 160 self.assertEqual(resp[UDP].dport, 456) 177 self.assertEqual(resp[UDP].sport, 123) [all …]
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ptypes.c | 72 TPTE(0x23, ETHER, IPV4, UDP, NONE, NONE, NONE, NONE), 77 TPTE(0x2B, ETHER, IPV6, UDP, NONE, NONE, NONE, NONE), 94 TPTE(0x83, ETHER, IPV4, NONE, IP, NONE, IPV4, UDP), 99 TPTE(0x8B, ETHER, IPV4, NONE, IP, NONE, IPV6, UDP), 106 TPTE(0x93, ETHER, IPV4, NONE, GRENAT, NONE, IPV4, UDP), 111 TPTE(0x9B, ETHER, IPV4, NONE, GRENAT, NONE, IPV6, UDP), 118 TPTE(0xA3, ETHER, IPV4, NONE, GRENAT, ETHER, IPV4, UDP), 141 TPTE(0xC3, ETHER, IPV6, NONE, IP, NONE, IPV4, UDP), 146 TPTE(0xCB, ETHER, IPV6, NONE, IP, NONE, IPV6, UDP), 153 TPTE(0xD3, ETHER, IPV6, NONE, GRENAT, NONE, IPV4, UDP), [all …]
|
| /f-stack/dpdk/examples/pipeline/examples/ |
| H A D | vxlan.spec | 89 // Ethernet (14) | IPv4 (20) | UDP (8) | VXLAN (8) | Input frame | Ethernet FCS (4) 94 // Assumption: When read from the table, the outer IPv4 and UDP headers contain 98 // - The outer UDP header (8 bytes); 103 // - The outer UDP header (8 bytes); 109 // the outer IPv4 and UDP headers are updated as follows:
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_common.c | 596 IAVF_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 605 IAVF_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 614 IAVF_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 626 IAVF_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 635 IAVF_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 647 IAVF_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 686 IAVF_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY4), 695 IAVF_PTT(97, IP, IPV6, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 704 IAVF_PTT(104, IP, IPV6, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 716 IAVF_PTT(112, IP, IPV6, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), [all …]
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 30 - IPv4/IPv6 TCP/UDP transmit checksum offload 32 - Inner IPv4/IPv6 TCP/UDP transmit checksum offload 53 - IPv4/IPv6 TCP/UDP receive checksum offload 55 - Inner IPv4/IPv6 TCP/UDP receive checksum offload 133 However, for VXLAN and GENEVE tunnels the PMD does report UDP as the 137 If UDP ports are configured for only one tunnel type then it is safe to 138 treat VXLAN packet type indication as the corresponding UDP tunnel type. 168 - UDP (exact match of source/destination ports) 213 - UDP (source/destination ports) 274 - The last item is TCP or UDP, and it's empty. [all …]
|
| H A D | enic.rst | 277 The NIC fills in IPv4/UDP/TCP checksums for both inner and outer packets. 281 The NIC validates IPv4/UDP/TCP checksums of both inner and outer packets. 454 - RAW items are limited to matching UDP tunnel headers like VXLAN. 475 - Hardware enables and disables UDP and TCP RSS hashing together. The driver 476 cannot control UDP and TCP hashing individually. 520 - UDP RSS hashing (1400 series and later adapters)
|
| H A D | tap.rst | 66 not understand network protocols like IPv4/6, UDP or TCP unless the 145 Drop UDP packets in vlan 3:: 231 respectively) and src/dst TCP/UDP ports (4 bytes).
|
| H A D | cxgbe.rst | 25 Receiver Side Steering (RSS) on IPv4, IPv6, IPv4-TCP/UDP, IPv6-TCP/UDP. 26 For 4-tuple, enabling 'RSS on TCP' and 'RSS on TCP + UDP' is supported. 133 Apart from the 4-tuple (IP src/dst addresses and TCP/UDP src/dst port
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_lan_tx_rx.h | 1266 ICE_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 1275 ICE_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 1284 ICE_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 1296 ICE_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 1305 ICE_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 1317 ICE_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 1356 ICE_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY3), 1365 ICE_PTT(97, IP, IPV6, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 1374 ICE_PTT(104, IP, IPV6, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 1386 ICE_PTT(112, IP, IPV6, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), [all …]
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | generic_segmentation_offload_lib.rst | 47 - UDP 151 UDP/IPv4 GSO 153 UDP/IPv4 GSO supports segmentation of suitably large UDP/IPv4 packets, which 154 may also contain an optional VLAN tag. UDP GSO is the same as IP fragmentation. 155 Specifically, UDP GSO treats the UDP header as a part of the payload and 156 does not modify it during segmentation. Therefore, after UDP GSO, only the 157 first output packet has the original UDP header, and others just have l2
|
| H A D | generic_receive_offload_lib.rst | 33 Currently, the GRO library provides GRO supports for TCP/IPv4 and UDP/IPv4 35 inner TCP/IPv4 or UDP/IPv4 packet. 172 - outer source and destination: Ethernet and IP address, UDP port
|
| H A D | rte_flow.rst | 307 | 2 | UDP | 359 | 1 | UDP | 381 | 1 | UDP | 450 .. table:: TCP, UDP or ICMP as L4 459 | 2 | UDP | VOID | VOID | 826 .. table:: UDP payload matching 984 Item: ``UDP`` 987 Matches a UDP header. 2236 | 2 | UDP | 2446 | ``port`` | new TCP/UDP source port | [all …]
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | packet_capture_framework.rst | 94 11:11:36.891404 IP 4.4.4.4.whois++ > 3.3.3.3.whois++: UDP, length 18 95 11:11:36.891442 IP 4.4.4.4.whois++ > 3.3.3.3.whois++: UDP, length 18 96 11:11:36.891445 IP 4.4.4.4.whois++ > 3.3.3.3.whois++: UDP, length 18
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | HISTORY | 22 - Corrected error in handling incoming UDP packets 28 traceroute, which uses UDP packets to non-existent 38 for IP headers (TCP, UDP and ICMP checksums
|
| H A D | alias_dummy.c | 110 .proto = UDP|TCP,
|
| H A D | alias_mod.h | 59 #define UDP 0x04 macro
|
| H A D | alias_nbt.c | 136 .proto = UDP, 143 .proto = UDP, 150 .proto = UDP,
|
| /f-stack/dpdk/devtools/ |
| H A D | words-case.txt | 65 UDP
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.h | 81 #define UDP(p) ((struct udphdr *)(p)) macro
|
| H A D | nat64_translate.c | 1139 udp = UDP(eip6 + 1); in nat64_icmp_translate() 1314 csum = &UDP(mtodo(m, hlen))->uh_sum; in nat64_do_handle_ip4() 1316 struct udphdr *udp = UDP(mtodo(m, hlen)); in nat64_do_handle_ip4() 1691 csum = &UDP(mtodo(m, hlen))->uh_sum; in nat64_do_handle_ip6() 1693 struct udphdr *udp = UDP(mtodo(m, hlen)); in nat64_do_handle_ip6()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 152 Set the source and destination UDP port number for transmit test only test. 262 Set RSS functions for IPv4/IPv6 and UDP. 444 Set the UDP port number of tunnel VXLAN-GPE to N. 449 Set the UDP port number that is used for parsing the GENEVE protocol to N.
|
| H A D | testpmd_funcs.rst | 1078 Add an UDP port for VXLAN packet filter on a port:: 1085 Remove an UDP port for VXLAN packet filter on a port:: 1342 UDP GSO is the same as IP fragmentation, which treats the UDP header 1344 after UDP GSO, only the first output fragment has the original UDP 1347 correct checksums for UDP/IPv4 packets. 3629 - ``udp``: match UDP header. 3631 - ``src {unsigned}``: UDP source port. 3632 - ``dst {unsigned}``: UDP destination port. 3974 - ``port``: New TCP/UDP source port number. 3979 - ``port``: New TCP/UDP destination port number. [all …]
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_fdir.c | 659 VIRTCHNL_SET_PROTO_HDR_TYPE(hdr, UDP); in iavf_fdir_parse_pattern() 672 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, SRC_PORT); in iavf_fdir_parse_pattern() 676 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, UDP, DST_PORT); in iavf_fdir_parse_pattern()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 659 I40E_PTT(24, IP, IPV4, NOF, NONE, NONE, NOF, UDP, PAY4), 668 I40E_PTT(31, IP, IPV4, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 677 I40E_PTT(38, IP, IPV4, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 689 I40E_PTT(46, IP, IPV4, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), 698 I40E_PTT(53, IP, IPV4, NOF, IP_GRENAT, IPV6, NOF, UDP, PAY4), 710 I40E_PTT(61, IP, IPV4, NOF, IP_GRENAT_MAC, IPV4, NOF, UDP, PAY4), 749 I40E_PTT(90, IP, IPV6, NOF, NONE, NONE, NOF, UDP, PAY4), 758 I40E_PTT(97, IP, IPV6, NOF, IP_IP, IPV4, NOF, UDP, PAY4), 767 I40E_PTT(104, IP, IPV6, NOF, IP_IP, IPV6, NOF, UDP, PAY4), 779 I40E_PTT(112, IP, IPV6, NOF, IP_GRENAT, IPV4, NOF, UDP, PAY4), [all …]
|
| /f-stack/doc/ |
| H A D | F-Stack_Release_Note.md | 125 3. Nic offload: checksum(IP/TCP/UDP), TSO, VLAN, etc.
|