D | vxlan_mdb.c | 91 const struct vxlan_mdb_remote *remote, in vxlan_br_mdb_entry_fill() argument 100 if (remote->flags & VXLAN_MDB_REMOTE_F_BLOCKED) in vxlan_br_mdb_entry_fill() 118 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill_srcs() argument 123 if (hlist_empty(&remote->src_list)) in vxlan_mdb_entry_info_fill_srcs() 130 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_entry_info_fill_srcs() 157 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill() argument 159 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_entry_info_fill() 167 vxlan_br_mdb_entry_fill(vxlan, mdb_entry, remote, &e); in vxlan_mdb_entry_info_fill() 177 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill() 178 nla_put_u8(skb, MDBA_MDB_EATTR_GROUP_MODE, remote->filter_mode) || in vxlan_mdb_entry_info_fill() [all …]
|