Lines Matching defs:iph
2560 const struct ipv6hdr *iph = ipv6_hdr(skb);
2566 .daddr = iph->daddr,
2567 .saddr = iph->saddr,
2568 .flowlabel = ip6_flowinfo(iph),
2570 .flowi6_proto = iph->nexthdr,
2841 const struct ipv6hdr *iph, u32 mtu,
2852 if (iph) {
2853 daddr = &iph->daddr;
2854 saddr = &iph->saddr;
2930 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
2935 .daddr = iph->daddr,
2936 .saddr = iph->saddr,
2937 .flowlabel = ip6_flowinfo(iph),
2943 __ip6_rt_update_pmtu(dst, NULL, iph, ntohl(mtu), true);
3140 const struct ipv6hdr *iph = (struct ipv6hdr *) skb->data;
3146 .daddr = iph->daddr,
3147 .saddr = iph->saddr,
3148 .flowlabel = ip6_flowinfo(iph),
3160 const struct ipv6hdr *iph = ipv6_hdr(skb);
3167 .saddr = iph->daddr,
3171 dst = ip6_route_redirect(net, &fl6, skb, &iph->saddr);