Home
last modified time | relevance | path

Searched refs:vxlan_rdst (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/net/
Dvxlan.c175 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu()
177 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu()
180 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl()
182 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl()
250 const struct vxlan_rdst *rdst) in vxlan_fdb_info()
334 struct vxlan_rdst *rd, int type) in __vxlan_fdb_notify()
361 const struct vxlan_rdst *rd, in vxlan_fdb_switchdev_notifier_info()
379 struct vxlan_rdst *rd, in vxlan_fdb_switchdev_call_notifiers()
399 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify()
429 struct vxlan_rdst remote = { in vxlan_ip_miss()
[all …]
/Linux-v5.4/include/net/
Dvxlan.h194 struct vxlan_rdst { struct
243 struct vxlan_rdst default_dst; /* default destination */
/Linux-v5.4/Documentation/networking/
Dchecksum-offloads.rst142 flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that RCO should be