aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/pktgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/pktgen.c')
-rw-r--r--net/core/pktgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/pktgen.c b/net/core/pktgen.c
index 10d33fc233b3..e0faff8eb652 100644
--- a/net/core/pktgen.c
+++ b/net/core/pktgen.c
@@ -2391,7 +2391,7 @@ static struct sk_buff *fill_packet_ipv4(struct net_device *odev,
2391 VLAN_TAG_SIZE(pkt_dev) - SVLAN_TAG_SIZE(pkt_dev); 2391 VLAN_TAG_SIZE(pkt_dev) - SVLAN_TAG_SIZE(pkt_dev);
2392 skb->dev = odev; 2392 skb->dev = odev;
2393 skb->pkt_type = PACKET_HOST; 2393 skb->pkt_type = PACKET_HOST;
2394 skb->nh.iph = iph; 2394 skb->nh.raw = (unsigned char *)iph;
2395 skb->h.uh = udph; 2395 skb->h.uh = udph;
2396 2396
2397 if (pkt_dev->nfrags <= 0) 2397 if (pkt_dev->nfrags <= 0)