Lines Matching defs:udp
493 struct rte_udp_hdr udp;
501 struct rte_udp_hdr udp;
508 struct rte_udp_hdr udp;
516 struct rte_udp_hdr udp;
804 d->udp.src_port = rte_htons(p->vxlan.udp.sp);
805 d->udp.dst_port = rte_htons(p->vxlan.udp.dp);
806 d->udp.dgram_len = 0; /* not pre-computed */
807 d->udp.dgram_cksum = 0;
839 d->udp.src_port = rte_htons(p->vxlan.udp.sp);
840 d->udp.dst_port = rte_htons(p->vxlan.udp.dp);
841 d->udp.dgram_len = 0; /* not pre-computed */
842 d->udp.dgram_cksum = 0;
878 d->udp.src_port = rte_htons(p->vxlan.udp.sp);
879 d->udp.dst_port = rte_htons(p->vxlan.udp.dp);
880 d->udp.dgram_len = 0; /* not pre-computed */
881 d->udp.dgram_cksum = 0;
909 d->udp.src_port = rte_htons(p->vxlan.udp.sp);
910 d->udp.dst_port = rte_htons(p->vxlan.udp.dp);
911 d->udp.dgram_len = 0; /* not pre-computed */
912 d->udp.dgram_cksum = 0;
1010 vxlan_pkt->udp.dgram_len = rte_htons(udp_length);
1040 vxlan_pkt->udp.dgram_len = rte_htons(udp_length);
1066 vxlan_pkt->udp.dgram_len = rte_htons(udp_length);
1092 vxlan_pkt->udp.dgram_len = rte_htons(udp_length);
1359 struct rte_udp_hdr *udp = (struct rte_udp_hdr *) &ip[1];
1366 udp_cksum = nat_ipv4_tcp_udp_checksum_update(udp->dgram_cksum,
1369 udp->src_port,
1374 udp->src_port = data->port;
1375 if (udp->dgram_cksum)
1376 udp->dgram_cksum = udp_cksum;
1398 struct rte_udp_hdr *udp = (struct rte_udp_hdr *) &ip[1];
1405 udp_cksum = nat_ipv4_tcp_udp_checksum_update(udp->dgram_cksum,
1408 udp->dst_port,
1413 udp->dst_port = data->port;
1414 if (udp->dgram_cksum)
1415 udp->dgram_cksum = udp_cksum;
1440 struct rte_udp_hdr *udp = (struct rte_udp_hdr *) &ip[1];
1443 udp_cksum = nat_ipv6_tcp_udp_checksum_update(udp->dgram_cksum,
1446 udp->src_port,
1450 udp->src_port = data->port;
1451 udp->dgram_cksum = udp_cksum;
1468 struct rte_udp_hdr *udp = (struct rte_udp_hdr *) &ip[1];
1471 udp_cksum = nat_ipv6_tcp_udp_checksum_update(udp->dgram_cksum,
1474 udp->dst_port,
1478 udp->dst_port = data->port;
1479 udp->dgram_cksum = udp_cksum;