Lines Matching refs:ipv6hdr
401 const struct ipv6hdr *ipv6h = (const struct ipv6hdr *)raw; in ip6_tnl_parse_tlv_enc_lim()
468 const struct ipv6hdr *ipv6h = (const struct ipv6hdr *)skb->data; in ip6_tnl_err()
668 if (rel_msg && pskb_may_pull(skb, offset + sizeof(struct ipv6hdr))) { in ip6ip6_err()
711 const struct ipv6hdr *ipv6h, in ip4ip6_dscp_ecn_decapsulate()
723 const struct ipv6hdr *ipv6h, in ip6ip6_dscp_ecn_decapsulate()
733 const struct ipv6hdr *ipv6h, in mplsip6_dscp_ecn_decapsulate()
797 const struct ipv6hdr *ipv6h, in __ip6_tnl_rcv()
801 const struct ipv6hdr *ipv6h; in __ip6_tnl_rcv()
856 ipv6h = (struct ipv6hdr *)(skb->head + nh); in __ip6_tnl_rcv()
898 const struct ipv6hdr *ipv6h, in ip6_tnl_rcv()
928 const struct ipv6hdr *ipv6h, in ipxip6_rcv()
932 const struct ipv6hdr *ipv6h = ipv6_hdr(skb); in ipxip6_rcv()
1022 ip6_tnl_addr_conflict(const struct ip6_tnl *t, const struct ipv6hdr *hdr) in ip6_tnl_addr_conflict()
1092 struct ipv6hdr *ipv6h; in ip6_tnl_xmit()
1098 unsigned int psh_hlen = sizeof(struct ipv6hdr) + t->encap_hlen; in ip6_tnl_xmit()
1248 max_headroom = LL_RESERVED_SPACE(dst->dev) + sizeof(struct ipv6hdr) in ip6_tnl_xmit()
1262 skb_push(skb, sizeof(struct ipv6hdr)); in ip6_tnl_xmit()
1287 struct ipv6hdr *ipv6h; in ipxip6_tnl_xmit()
1486 t_hlen = t->hlen + sizeof(struct ipv6hdr); in ip6_tnl_link_config()
1887 t_hlen = t->hlen + sizeof(struct ipv6hdr); in ip6_tnl_dev_init_gen()