Lines Matching refs:iphdr
1155 struct iphdr *oip = NULL; in vxlan_rcv()
1525 const struct ipv6hdr *iphdr; in neigh_reduce() local
1534 iphdr = ipv6_hdr(skb); in neigh_reduce()
1535 saddr = &iphdr->saddr; in neigh_reduce()
1536 daddr = &iphdr->daddr; in neigh_reduce()
1603 struct iphdr *pip; in route_shortcircuit()
1605 if (!pskb_may_pull(skb, sizeof(struct iphdr))) in route_shortcircuit()
1797 + VXLAN_HLEN + sizeof(struct iphdr) in vxlan_xmit_skb()
1925 const struct iphdr *old_iph; in vxlan_xmit_one()
2558 [IFLA_VXLAN_GROUP] = { .len = FIELD_SIZEOF(struct iphdr, daddr) },
2561 [IFLA_VXLAN_LOCAL] = { .len = FIELD_SIZEOF(struct iphdr, saddr) },