vxlan_rdst        175 drivers/net/vxlan.c static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb)
vxlan_rdst        177 drivers/net/vxlan.c 	return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list);
vxlan_rdst        180 drivers/net/vxlan.c static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb)
vxlan_rdst        182 drivers/net/vxlan.c 	return list_first_entry(&fdb->remotes, struct vxlan_rdst, list);
vxlan_rdst        250 drivers/net/vxlan.c 			  const struct vxlan_rdst *rdst)
vxlan_rdst        334 drivers/net/vxlan.c 			       struct vxlan_rdst *rd, int type)
vxlan_rdst        361 drivers/net/vxlan.c 			    const struct vxlan_rdst *rd,
vxlan_rdst        379 drivers/net/vxlan.c 					      struct vxlan_rdst *rd,
vxlan_rdst        399 drivers/net/vxlan.c 			    struct vxlan_rdst *rd, int type, bool swdev_notify,
vxlan_rdst        429 drivers/net/vxlan.c 	struct vxlan_rdst remote = {
vxlan_rdst        442 drivers/net/vxlan.c 	struct vxlan_rdst remote = { };
vxlan_rdst        520 drivers/net/vxlan.c static struct vxlan_rdst *vxlan_fdb_find_rdst(struct vxlan_fdb *f,
vxlan_rdst        524 drivers/net/vxlan.c 	struct vxlan_rdst *rd;
vxlan_rdst        542 drivers/net/vxlan.c 	struct vxlan_rdst *rdst;
vxlan_rdst        572 drivers/net/vxlan.c 				const struct vxlan_rdst *rdst,
vxlan_rdst        589 drivers/net/vxlan.c 	struct vxlan_rdst *rdst;
vxlan_rdst        624 drivers/net/vxlan.c 	struct vxlan_rdst *rdst;
vxlan_rdst        647 drivers/net/vxlan.c 			     __u32 ifindex, struct vxlan_rdst *oldrd)
vxlan_rdst        649 drivers/net/vxlan.c 	struct vxlan_rdst *rd;
vxlan_rdst        655 drivers/net/vxlan.c 	rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list);
vxlan_rdst        672 drivers/net/vxlan.c 			    __u32 ifindex, struct vxlan_rdst **rdp)
vxlan_rdst        674 drivers/net/vxlan.c 	struct vxlan_rdst *rd;
vxlan_rdst        829 drivers/net/vxlan.c 	struct vxlan_rdst *rd = NULL;
vxlan_rdst        855 drivers/net/vxlan.c 	struct vxlan_rdst *rd, *nd;
vxlan_rdst        874 drivers/net/vxlan.c 	struct vxlan_rdst *rd;
vxlan_rdst        890 drivers/net/vxlan.c 	struct vxlan_rdst *rd = container_of(head, struct vxlan_rdst, rcu);
vxlan_rdst        906 drivers/net/vxlan.c 	struct vxlan_rdst *rd = NULL;
vxlan_rdst        907 drivers/net/vxlan.c 	struct vxlan_rdst oldrd;
vxlan_rdst       1044 drivers/net/vxlan.c 				  struct vxlan_rdst *rd, bool swdev_notify)
vxlan_rdst       1163 drivers/net/vxlan.c 	struct vxlan_rdst *rd = NULL;
vxlan_rdst       1229 drivers/net/vxlan.c 			struct vxlan_rdst *rd;
vxlan_rdst       1304 drivers/net/vxlan.c 		struct vxlan_rdst *rdst = first_remote_rcu(f);
vxlan_rdst       2416 drivers/net/vxlan.c 			   __be32 default_vni, struct vxlan_rdst *rdst,
vxlan_rdst       2632 drivers/net/vxlan.c 	struct vxlan_rdst *rdst, *fdst = NULL;
vxlan_rdst       2900 drivers/net/vxlan.c 	struct vxlan_rdst *dst = &vxlan->default_dst;
vxlan_rdst       3507 drivers/net/vxlan.c 	struct vxlan_rdst *dst = &vxlan->default_dst;
vxlan_rdst       3583 drivers/net/vxlan.c 	struct vxlan_rdst *dst;
vxlan_rdst       3966 drivers/net/vxlan.c 	struct vxlan_rdst *dst;
vxlan_rdst       4076 drivers/net/vxlan.c 	const struct vxlan_rdst *dst = &vxlan->default_dst;
vxlan_rdst       4233 drivers/net/vxlan.c 		struct vxlan_rdst *dst = &vxlan->default_dst;
vxlan_rdst       4276 drivers/net/vxlan.c 	struct vxlan_rdst *rdst;
vxlan_rdst        243 include/net/vxlan.h 	struct vxlan_rdst default_dst;	/* default destination */