Searched refs:vxlan_rdst (Results 1 – 1 of 1) sorted by relevance
93 struct vxlan_rdst { struct121 struct vxlan_rdst default_dst; /* default destination */ argument250 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu()252 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu()255 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl()257 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()309 const struct vxlan_rdst *rdst) in vxlan_fdb_info()387 struct vxlan_rdst *rd, int type) in vxlan_fdb_notify()418 struct vxlan_rdst remote = { in vxlan_ip_miss()431 struct vxlan_rdst remote = { }; in vxlan_fdb_miss()[all …]