Lines Matching refs:ipv6hdr
1156 struct ipv6hdr *oip6 = NULL; in vxlan_rcv()
1439 struct ipv6hdr *pip6; in vxlan_na_create()
1448 len = LL_RESERVED_SPACE(dev) + sizeof(struct ipv6hdr) + in vxlan_na_create()
1479 skb_put(reply, sizeof(struct ipv6hdr)); in vxlan_na_create()
1484 memset(pip6, 0, sizeof(struct ipv6hdr)); in vxlan_na_create()
1492 skb_pull(reply, sizeof(struct ipv6hdr)); in vxlan_na_create()
1514 skb_push(reply, sizeof(struct ipv6hdr)); in vxlan_na_create()
1525 const struct ipv6hdr *iphdr; in neigh_reduce()
1624 struct ipv6hdr *pip6; in route_shortcircuit()
1626 if (!pskb_may_pull(skb, sizeof(struct ipv6hdr))) in route_shortcircuit()
1714 + VXLAN_HLEN + sizeof(struct ipv6hdr) in vxlan6_xmit_skb()
2157 pskb_may_pull(skb, sizeof(struct ipv6hdr) in vxlan_xmit()