Lines Matching refs:iphdr
1257 struct iphdr *oip = NULL; in vxlan_rcv()
1512 const struct ipv6hdr *iphdr; in neigh_reduce() local
1521 iphdr = ipv6_hdr(skb); in neigh_reduce()
1522 saddr = &iphdr->saddr; in neigh_reduce()
1523 daddr = &iphdr->daddr; in neigh_reduce()
1590 struct iphdr *pip; in route_shortcircuit()
1592 if (!pskb_may_pull(skb, sizeof(struct iphdr))) in route_shortcircuit()
1784 + VXLAN_HLEN + sizeof(struct iphdr) in vxlan_xmit_skb()
1884 const struct iphdr *old_iph; in vxlan_xmit_one()
2391 [IFLA_VXLAN_GROUP] = { .len = FIELD_SIZEOF(struct iphdr, daddr) },
2394 [IFLA_VXLAN_LOCAL] = { .len = FIELD_SIZEOF(struct iphdr, saddr) },