Searched refs:vxlan_rdst (Results 1 – 1 of 1) sorted by relevance
99 struct vxlan_rdst { struct127 struct vxlan_rdst default_dst; /* default destination */ argument262 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu()264 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu()267 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl()269 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()315 const struct vxlan_rdst *rdst) in vxlan_fdb_info()386 struct vxlan_rdst *rd, int type) in vxlan_fdb_notify()417 struct vxlan_rdst remote = { in vxlan_ip_miss()430 struct vxlan_rdst remote = { }; in vxlan_fdb_miss()[all …]