Lines Matching defs:hdr4
33 static __init int timings_test(struct sk_buff *skb4, struct iphdr *hdr4,
56 hdr4->saddr = htonl(ntohl(hdr4->saddr) + i + 1);
64 hdr4->saddr = htonl(ntohl(hdr4->saddr) - i - 1);
97 static __init int capacity_test(struct sk_buff *skb4, struct iphdr *hdr4,
110 hdr4->saddr = htonl(i);
124 struct iphdr *hdr4;
151 hdr4 = (struct iphdr *)skb_put(skb4, sizeof(*hdr4));
152 hdr4->saddr = htonl(8182);
173 ret = timings_test(skb4, hdr4, skb6, hdr6, &test_count);
192 if (capacity_test(skb4, hdr4, &test_count) < 0) {