Lines Matching defs:iph
2441 const struct ipv6hdr *iph = ipv6_hdr(skb);
2447 .daddr = iph->daddr,
2448 .saddr = iph->saddr,
2449 .flowlabel = ip6_flowinfo(iph),
2451 .flowi6_proto = iph->nexthdr,
2720 const struct ipv6hdr *iph, u32 mtu,
2731 if (iph) {
2732 daddr = &iph->daddr;
2733 saddr = &iph->saddr;
2809 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
2814 .daddr = iph->daddr,
2815 .saddr = iph->saddr,
2816 .flowlabel = ip6_flowinfo(iph),
2822 __ip6_rt_update_pmtu(dst, NULL, iph, ntohl(mtu), true);
3024 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
3030 .daddr = iph->daddr,
3031 .saddr = iph->saddr,
3032 .flowlabel = ip6_flowinfo(iph),
3044 const struct ipv6hdr *iph = ipv6_hdr(skb);
3051 .saddr = iph->daddr,
3055 dst = ip6_route_redirect(net, &fl6, skb, &iph->saddr);