Searched refs:iph (Results 101 - 106 of 106) sorted by relevance

12345

/net/ipv6/
H A Draw.c610 struct ipv6hdr *iph; local
638 iph = ipv6_hdr(skb);
643 err = memcpy_fromiovecend((void *)iph, from, 0, length);
H A Dip6_gre.c779 const struct iphdr *iph = ip_hdr(skb); local
792 dsfield = ipv4_get_dsfield(iph);
795 fl6.flowlabel |= htonl((__u32)iph->tos << IPV6_TCLASS_SHIFT)
H A Dip6_tunnel.c1054 const struct iphdr *iph = ip_hdr(skb); local
1071 dsfield = ipv4_get_dsfield(iph);
1074 fl6.flowlabel |= htonl((__u32)iph->tos << IPV6_TCLASS_SHIFT)
H A Dudp.c340 const struct ipv6hdr *iph = ipv6_hdr(skb); local
344 return __udp6_lib_lookup(dev_net(skb_dst(skb)->dev), &iph->saddr, sport,
345 &iph->daddr, dport, inet6_iif(skb),
H A Daddrconf.c2433 p.iph.daddr = ireq.ifr6_addr.s6_addr32[3];
2434 p.iph.saddr = 0;
2435 p.iph.version = 4;
2436 p.iph.ihl = 5;
2437 p.iph.protocol = IPPROTO_IPV6;
2438 p.iph.ttl = 64;
/net/sctp/
H A Dinput.c584 const struct iphdr *iph = (const struct iphdr *)skb->data; local
585 const int ihlen = iph->ihl * 4;

Completed in 116 milliseconds

12345