Searched refs:udp_length (Results 1 – 3 of 3) sorted by relevance
1 …0c10000 ipv4_dst_addr 0xd0d10000 udp_src_port 0xe000 udp_dst_port 4789 udp_length 30 udp_checksum …2 …0c10001 ipv4_dst_addr 0xd0d10001 udp_src_port 0xe001 udp_dst_port 4789 udp_length 30 udp_checksum …3 …0c10002 ipv4_dst_addr 0xd0d10002 udp_src_port 0xe002 udp_dst_port 4789 udp_length 30 udp_checksum …4 …0c10003 ipv4_dst_addr 0xd0d10003 udp_src_port 0xe003 udp_dst_port 4789 udp_length 30 udp_checksum …5 …0c10004 ipv4_dst_addr 0xd0d10004 udp_src_port 0xe004 udp_dst_port 4789 udp_length 30 udp_checksum …6 …0c10005 ipv4_dst_addr 0xd0d10005 udp_src_port 0xe005 udp_dst_port 4789 udp_length 30 udp_checksum …7 …0c10006 ipv4_dst_addr 0xd0d10006 udp_src_port 0xe006 udp_dst_port 4789 udp_length 30 udp_checksum …8 …0c10007 ipv4_dst_addr 0xd0d10007 udp_src_port 0xe007 udp_dst_port 4789 udp_length 30 udp_checksum …9 …0c10008 ipv4_dst_addr 0xd0d10008 udp_src_port 0xe008 udp_dst_port 4789 udp_length 30 udp_checksum …10 …0c10009 ipv4_dst_addr 0xd0d10009 udp_src_port 0xe009 udp_dst_port 4789 udp_length 30 udp_checksum …[all …]
76 bit<16> udp_length102 // - t.udp_length: Set to 30, which covers the length of:112 // - h.outer_udp.length = t.udp_length + h.ipv4.total_len139 mov h.outer_udp.length t.udp_length
1002 uint16_t ether_length, ipv4_total_length, ipv4_hdr_cksum, udp_length; in pkt_work_encap_vxlan_ipv4() local1011 udp_length = ether_length + in pkt_work_encap_vxlan_ipv4()1018 vxlan_pkt->udp.dgram_len = rte_htons(udp_length); in pkt_work_encap_vxlan_ipv4()1041 udp_length = ether_length + in pkt_work_encap_vxlan_ipv4_vlan()1048 vxlan_pkt->udp.dgram_len = rte_htons(udp_length); in pkt_work_encap_vxlan_ipv4_vlan()1062 uint16_t ether_length, ipv6_payload_length, udp_length; in pkt_work_encap_vxlan_ipv6() local1068 udp_length = ether_length + in pkt_work_encap_vxlan_ipv6()1074 vxlan_pkt->udp.dgram_len = rte_htons(udp_length); in pkt_work_encap_vxlan_ipv6()1088 uint16_t ether_length, ipv6_payload_length, udp_length; in pkt_work_encap_vxlan_ipv6_vlan() local1094 udp_length = ether_length + in pkt_work_encap_vxlan_ipv6_vlan()[all …]