Lines Matching refs:ipv6hdr
1258 struct ipv6hdr *oip6 = NULL; in vxlan_rcv()
1426 struct ipv6hdr *pip6; in vxlan_na_create()
1435 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in vxlan_na_create()
1466 skb_put(reply, sizeof(struct ipv6hdr)); in vxlan_na_create()
1471 memset(pip6, 0, sizeof(struct ipv6hdr)); in vxlan_na_create()
1479 skb_pull(reply, sizeof(struct ipv6hdr)); in vxlan_na_create()
1501 skb_push(reply, sizeof(struct ipv6hdr)); in vxlan_na_create()
1512 const struct ipv6hdr *iphdr; in neigh_reduce()
1611 struct ipv6hdr *pip6; in route_shortcircuit()
1613 if (!pskb_may_pull(skb, sizeof(struct ipv6hdr))) in route_shortcircuit()
1701 + VXLAN_HLEN + sizeof(struct ipv6hdr) in vxlan6_xmit_skb()
2064 pskb_may_pull(skb, sizeof(struct ipv6hdr) in vxlan_xmit()