Searched refs:vxlan_rdst (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
D | vxlan.c | 179 static inline struct vxlan_rdst *first_remote_rcu(struct vxlan_fdb *fdb) in first_remote_rcu() 183 return list_entry_rcu(fdb->remotes.next, struct vxlan_rdst, list); in first_remote_rcu() 186 static inline struct vxlan_rdst *first_remote_rtnl(struct vxlan_fdb *fdb) in first_remote_rtnl() 190 return list_first_entry(&fdb->remotes, struct vxlan_rdst, list); in first_remote_rtnl() 259 const struct vxlan_rdst *rdst) in vxlan_fdb_info() 365 struct vxlan_rdst *rd, int type) in __vxlan_fdb_notify() 392 const struct vxlan_rdst *rd, in vxlan_fdb_switchdev_notifier_info() 410 struct vxlan_rdst *rd, in vxlan_fdb_switchdev_call_notifiers() 430 struct vxlan_rdst *rd, int type, bool swdev_notify, in vxlan_fdb_notify() 460 struct vxlan_rdst remote = { in vxlan_ip_miss() [all …]
|
/kernel/linux/linux-5.10/include/net/ |
D | vxlan.h | 198 struct vxlan_rdst { struct 247 struct vxlan_rdst default_dst; /* default destination */ 496 struct vxlan_rdst *rdst) in vxlan_fdb_nh_path_select()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | checksum-offloads.rst | 142 flag VXLAN_F_REMCSUM_TX (per struct vxlan_rdst) to indicate that RCO should be
|